Search code examples
Forcing 64-bit long doubles?...

cfloating-pointclangarm64musl

Read More
Why does the qdoc executable built from source have a dynamic link dependency on libclang but the on...

qtclangqdoc

Read More
GCC/Clang-18 compiler assumes type as unsigned int for enum...

cgccclanginteger-promotion

Read More
SIGFPE when accessing unordered_map...

c++gccclanglibstdc++

Read More
Binding to initializer_list accepted by g++, but rejected by clang...

c++gcccompiler-errorsg++clang

Read More
Clang thread safety analysis with C++ standard library...

c++multithreadingc++11clang

Read More
How to generate godbolt like clean assembly locally?...

c++assemblygccclangcompiler-explorer

Read More
How do I match builtin -> usages?...

c++clangabstract-syntax-treelibtoolingclang-query

Read More
Why do GCC and Clang stop using RIP-relative loads for arrays bigger than 16MB?...

assemblygccclangx86-64addressing-mode

Read More
Getting the source behind clang's AST...

c++clang

Read More
Call to virtual method during construction bypasses virtual dispatch C++...

c++clangvirtual-functions

Read More
How do I make Xcode use an alternative version of clang?...

xcodemacosclang

Read More
Is there any benefit to passing all source files at once to a compiler?...

gccvisual-c++clangicc

Read More
Copy elision possible if returning parameter?...

c++c++11gccclang

Read More
Allow double floating point comparisons with Unity unit testing framework from Throw The Switch...

cgcccompiler-errorslinkerclang

Read More
Is GCC/Clang able to auto-vectorize std::inner_product?...

c++gccclangvectorizationinner-product

Read More
How to correctly determine at compile time that _Float16 is supported?...

cgccfloating-pointclanghalf-precision-float

Read More
Compiling an iOS App on iOS...

iosobjective-ccompiler-errorsclang

Read More
Why does std::println with STL containers not compile with GCC and Clang?...

c++clangc++23gcc14

Read More
MSYS2 Clang++ produces error with filesystem library...

c++c++17clangmsys2std-filesystem

Read More
What does the MSVC Debug Runtime do?...

debuggingvisual-c++clang

Read More
#pragma STDC FENV_ACCESS...

c++floating-pointclang

Read More
Do template parameter packs affect overload resolution?...

c++clangvariadic-templatesoverload-resolutioncompiler-bug

Read More
How do I tell CMake to use Clang on Windows?...

c++windowsbuildcmakeclang

Read More
How do I use find_if_not or find_if with isalpha/isspace and other <cctype> functions in C++?...

c++stringc++11findclang

Read More
When using clang on OSX, what controls the automatically added command line options?...

cmacosclang

Read More
Capturing std::function objects in lambda...

c++c++11lambdaclang

Read More
__STDC_LIB_EXT1__ availability in gcc and clang...

cgccclangc11tr24731

Read More
Template parameter pack expansion failure...

c++gccvisual-c++clanglanguage-lawyer

Read More
Cross compile arm assembly for x86...

assemblyx86armclang

Read More
BackNext