New posts in clang

Why does clang's stdbool.h contain #define false false

Why is `abs()` implemented differently?

Why can't clang with libc++ in c++0x mode link this boost::program_options example?

Unmet dependencies libc++ [duplicate]

Can clang format add braces to single line if statements etc

Overloaded lambdas in C++ and differences between clang and gcc

Preventing compiler optimizations while benchmarking

Linking problems due to symbols with abi::cxx11?

How to detect LLVM and its version through #define directives?

How to use clang with mingw-w64 headers on windows

Ignore system headers in clang-tidy

Clang-format line breaks

How can I use C++ 11 features in Clang?

Install GNU GCC on mac

Missing C++ header <__debug> after updating OSX Command Line Tools 6.3

Complete list of Clang flags

Why is memcmp(a, b, 4) only sometimes optimized to a uint32 comparison?

Why does using the ternary operator to return a string generate considerably different code from returning in an equivalent if/else block?

Return void type in C and C++

Clang doesn't see basic headers