[cfe-dev] New C++0x feature support in Clang

Larry Evans cppljevans at suddenlink.net
Sun Jan 30 06:51:56 PST 2011


On 01/30/11 08:22, Christopher Jefferson wrote:
[snip]
> 
> Compile C++ with clang++
> 
> Chris

Yes!  Thanks:

/home/evansl/download/llvm/svn/build/Debug+Asserts/bin/clang++ -c
-std=c++0x -U__GXX_EXPERIMENTAL_CXX0X__ test.cpp
/home/evansl/download/llvm/svn/build/Debug+Asserts/bin/clang++ test.o -o
test.x
./test.x
2
make: *** [test] Error 2




More information about the cfe-dev mailing list