[lldb-dev] C++11 and lldb

Howard Hinnant hhinnant at apple.com
Wed Aug 8 19:38:34 PDT 2012


On Aug 8, 2012, at 10:07 PM, Sean Callanan <scallanan at apple.com> wrote:

> LLDB top-of-tree is now compiling with C++11 enabled on Mac OS X.
> 
> This page:
> 	http://wiki.apache.org/stdcxx/C++0xCompilerSupport
> lists feature support for C++11 in popular compilers.
> 
> For starters, let's stick with those features supported at least by *released* versions of
> 
> - Clang++, 
> - GCC, and 
> - Microsoft Visual Studio.  
> 
> This will allow the great majority of developers to build LLDB either with their vendor's system compiler or with a compiler their vendor supports on the system.

Very cool Sean.

Howard




More information about the lldb-dev mailing list