For questions about the clang LLVM compiler front end.
Just updated Xcode to 4.3 and now I can't build my app. I'm getting this error: Command /Applications/Xcode.app/Contents/…
xcode clang exit-codeI am working on a project that I had been compiling with LLVM 2.6 and the llvm-gcc front end. I'm trying …
llvm clang llvm-gccThe std::shared_ptr constructor isn't behaving as I expected: #include <iostream> #include <vector> void func(…
c++ c++11 clang shared-ptr initializer-listThe clang C++ compiler claims to be built for, among other things, better IDE integration by providing an API for …
c++ ide cross-platform clangi'm writting c++ program and i want to distribute it on Mac OS X versions 10.6 and above. The problem is …
c++ macos clang static-linking libstdc++How do I install CLang on Ubuntu, using precompiled binaries of CLang that I downloaded? Here's how I downloaded CLang: "…
c++ installation clang ubuntu-12.04 precompiled-binarieswarning: #pragma once in main file We're running our headers through clang to get a partial AST. Is it possible …
clang pragma suppress-warningsI'm looking for a clang-format setting to prevent the tool from removing line breaks. For example, I have my ColumnLimit …
c++ clang code-formatting clang-format