For questions about the clang LLVM compiler front end.
Currently I am interested in ARM in general and specifically iphone/android targets. But I just want to know more …
clang llvmWith ARC, I can no longer cast CGColorRef to id. I learned that I need to do a bridged cast. …
objective-c automatic-ref-counting type-conversion clangOn gcc, the manual explains what -O3, -Os, etc. translate to in terms of specific optimisation arguments (-funswitch-loops, -fcompare-elim, etc.) …
clang compiler-optimization user-manualI've got some code in which I need to forward-declare the a template class (or at least, forward-declaring would make …
c++ templates clang forward-declarationThis question has evolved over the past several weeks to cover more general issues with xcode4 (and upgrading projects form …
objective-c compiler-construction xcode4 clang c-preprocessorI've tried to compile simple hello world on Fedora 20 with Clang, and I get the following output: d.cpp:1:10: fatal …
c++ c++11 clang clang++ llvm-clangI get the following error when attempting to install psycopg2 via pip on Mavericks 10.9: clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] …
python clang pip osx-mavericks