New posts in clang

Is make_shared really more efficient than new?

How to install CLang using precompiled binaries?

Where are clang-format and clang-format.py in Mac OS X with Xcode Command Line Tools installed?

Status of __STDC_IEC_559__ with modern C compilers

How to deal with global-constructor warning in clang?

Different results between gcc and clang when compiling a rather simple c++11 program

Suppressing "'…' is deprecated" when using respondsToSelector

Fused multiply add and default rounding modes

What's the proper way to enable AddressSanitizer in CMake that works in Xcode

Which binary clang version I should use for CentOS

What's the difference between GNU99 and C99 (Clang)?

linking with clang++ on OS X generates lots of symbol not found errors

Can the new Clang Objective-C literals be redirected to custom classes?

Why do compilers duplicate some instructions?

How do you compile c files with clang into a binary format?

Why is -march=native used so rarely?

clang++ (version 3.3) lacks headers

Why does declaring main as an array compile?

Clang C++ Cross Compiler - Generating Windows Executable from Mac OS X

How do I tell CMake to use Clang on Windows?