Displaying 3 results from an estimated 3 matches for "066847".
2014 Aug 22
10
[LLVMdev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
...vating reason is this will allow us to take advantage of a bunch of C++11 features that are not supported by MSVC 2012.
>
> Is there an existing policy on how supported compiler versions are selected?
There was a discussion last year (http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-October/066847.html <http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-October/066847.html>) WRT allowing LLVM to use C++11 features which established a precedent of supporting compilers released back for two years, with a special caveat for Windows.
-Chris
-------------- next part --------------
An HTML att...
2015 Oct 12
2
Use C++11 Regular Expressions
I noticed that LLVM uses its own regex engine in Regex.h and Regex.cpp. Do
the supported compilers for building LLVM have sufficient support for the
C++11 regex library that this can be replaced with the standard library
implementation?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Aug 22
5
[LLVMdev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
Starting a new thread to loop in cfe-dev and lldb-dev. For those not following along there has been a thread on llvm-dev about moving the minimum required Visual Studio version to 2013. The motivating reason is this will allow us to take advantage of a bunch of C++11 features that are not supported by MSVC 2012. According to MSDN (http://msdn.microsoft.com/en-us/library/hh567368.aspx) the list is: