[lldb-dev] C++11 and lldb

Sean Callanan scallanan at apple.com
Wed Aug 8 19:07:13 PDT 2012


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.

Sean



More information about the lldb-dev mailing list