New posts in clang

What predefined macro can I use to detect clang?

Unable to install libclang on 20.04 LTS

clang-tidy - ignore third party headers code

GCC -g vs -g3 GDB Flag: What is the Difference?

Why does Clang optimize away x * 1.0 but NOT x + 0.0?

Why is a simple loop optimized when the limit is 959 but not 960?

Where is PATH_MAX defined in Linux?

How to fix PCH error?

Installing clang 6.0 on Ubuntu 18.04 LTS Bionic

Why does clang generate unintelligible text when redirected?

Compiling problems: cannot find crt1.o

constexpr and initialization of a static const void pointer with reinterpret cast, which compiler is right?

How do I make an infinite empty loop that won't be optimized away?

LLVM vs clang on OS X

Clang optimization levels

What are the differences between -std=c++11 and -std=gnu++11?

Why is processing an unsorted array the same speed as processing a sorted array with modern x86-64 clang?

Is the compiler allowed to optimize out heap memory allocations?

ARC and bridged cast

How to make clang compile to llvm IR