Search code examples
Clang rejects constexpr construction through inherited CRTP constructors that GCC accepts...


c++clanglanguage-lawyercrtp

Read More
Grab a value from a register and put it into a C variable in C with the asm keyword for arm64 macOS ...


cassemblyclanginline-assemblyarm64

Read More
What is the minimal LLVM/Clang directory structure needed to compile C and C++ on Linux?...


linuxclangllvm

Read More
How to deal with "exit-time destructor" warning in clang?...


c++c++11warningsclangdestructor

Read More
Distinguish between Clang CL and MSVC CL...


c++visual-c++clangclang-cl

Read More
How do I find out what variation of ARM I'm compiling for with Apple's Clang?...


iosarmclangllvm

Read More
Can scalars safely alias GCC/Clang vectors?...


cgccclangsimdtype-punning

Read More
Can I force GCC and Clang to reject `__typeof__` in C standard mode?...


cgccclangisotypeof

Read More
What is __ext_vector_type__ and simd?...


c++creferenceclangsimd

Read More
Write function using libclang API to find AST ancestor of specific kind...


cclangabstract-syntax-treelibclang

Read More
Clang parser - ignore directive #ifdef, parse everything...


cparsingclangllvm-clang

Read More
Bullseye compilation error when incrementally building 32-bit executable from mix of C and C++...


c++clinuxclangbullseye

Read More
Visual Studio Code intellisense not recognizing std::cout...


c++visual-studio-codeclangmsys2clangd

Read More
Can I get more information why the compiler's cost model considers vectorization of a loop not b...


clangllvm

Read More
Why are there duplicate C/C++ compilers (e.g g++, gcc)?...


c++macosgccclang

Read More
How to demangle a C++ name in clang (or gcc)?...


c++gccclangabi

Read More
How do I use <stop_token> in macOS?...


c++xcodemacosclang

Read More
C clang code fails on mac - with no error. Simply prints out "2", then the first two chara...


cmacosclang

Read More
alignas specifier vs __attribute__(aligned), c++11...


c++gccc++11alignmentclang

Read More
xcode ld detect duplicate symbol in static libraries...


xcodeclanglddarwin

Read More
Weird `std::variant::operator==` error with clang + libc++ and specific number of variants...


c++clangvariantc++23libc++

Read More
CXXRecords getNameAsString, how to get full name?...


c++clangllvmllvm-clanglibtooling

Read More
Why I am unable to cross-compile my program?...


cclangllvmninja

Read More
How to force clang assembler to emit the `rex.W` prefix?...


assemblyclangx86-64machine-code

Read More
Use libc++ on Windows?...


windowsclangllvmlibc++

Read More
Why do GCC and Clang with -std=iso9899:1990 (i.e. C90) allow LL integer constant suffixes?...


cgccclangc89

Read More
How to obtain the compilation command in a tool based on libtooling...


clangllvmlibtoolingcompilation-database

Read More
Should deduction guides insist on instantiating primary template?...


c++templatesclanglanguage-lawyerctad

Read More
How to fix clang warning "acquiring mutex 'lock' requires negative capability '!loc...


clangpthreadslockingwarningsmutex

Read More
Set default host compiler for nvcc...


cudaclang

Read More
BackNext