Search code examples
Clang format excessive amount of identation...

c++clangclang-format

Read More
Why is clang not used more?...

c++cclang

Read More
LLVM vs. GCC for iOS development...

objective-ciphoneclangllvm

Read More
How to depend on libClang when building with CMake when not using clang as compiler?...

cmakeclangllvmvcpkg

Read More
Compiler flags of GCC/CLANG to generate "BEXTR" instruction (of IA32's BMI1)...

gccx86clangcompiler-optimizationbmi

Read More
Clang vs GCC - which produces faster binaries?...

gccoptimizationclangbenchmarkingcompiler-optimization

Read More
Executable generated with clang++ goes crazy...

c++clangllvm

Read More
max number of allowable warnings while compiling...

c++gccclang

Read More
How do I make the c++ compiler search for libraries in /usr/local/lib?...

c++gccclangshared-libraries

Read More
How to configure clangd to find missing external header file?...

clangconfigneovimcoc.nvimclangd

Read More
Does clang support _Atomic Pointer Arithmetic...

cclangatomic

Read More
Undefined reference to a destructor in clang...

c++linkerclang

Read More
linking clang lib allways undefined symbol...

c++rubylinkerclangswig

Read More
How do I find setter and getter methods using Clang AST matchers?...

c++clangabstract-syntax-treeclang-ast-matchers

Read More
const gcc function attribute and a global const variables...

gccclangfunction-attributes

Read More
How can I run GCC/Clang for static analysis? (warnings only)...

c++gccclangstatic-analysis

Read More
VSCode clang-format command keeps not available...

c++clangarduino-esp8266platformio

Read More
How to build only libc++ and not the rest of the llvm on version 19?...

cmakeclangllvmlibc++

Read More
What is the rationale for 0-size arrays?...

arrayscgccclangsize

Read More
nvlink error for C++ virtual classes when compiling CUDA with clang...

c++cmakecudaclangclang++

Read More
Why does this C function use of stdarg breaks when compiled by clang for Apple Silicon?...

cclangvariadic-functionsapple-silicon

Read More
clang on MacOS does not honor -ffunction-sections...

macosclang

Read More
MSYS2, clang last version does not appear in pacman query...

clangversionmsys2

Read More
Compiling Apache Server using LLVM Plus a Custom Pass and a Custom Library...

apachelinkerclangllvm

Read More
Apple Clang default constructor for structs...

c++g++clangapple-clang

Read More
cmake clang-tidy (or other script) as custom target...

cmakeclangtargetlintclang-tidy

Read More
Understanding Clang's SIMD optimization for multiplying a float by an int loop counter...

c++assemblyclangx86-64simd

Read More
How to tell the compiler a function argument will never be zero?...

cgccclangassumption

Read More
Clang-format binpack OnePerLine for return arguments and variables...

c++clangclang-format

Read More
Can I access the first struct element without knowing what other elements are in it?...

cgccclang

Read More
BackNext