Search code examples
warning: arithmetic between different enumeration types (x and y) is deprecated How closed?...


makefileenumsclangwarningscflags

Read More
Is there a way to use GCC __attribute__((noreturn)) and <stdnoreturn.h> sanely in a single tra...


cgccclangc11

Read More
Conversions to arrays of unknown bound: g++ vs. clang++...


c++gcctype-conversionclanglanguage-lawyer

Read More
Segmentation Fault on eraseFromParent() LLVM...


clangllvmcompiler-specific

Read More
How to detect SSE/SSE2/AVX/AVX2/AVX-512/AVX-128-FMA/KCVI availability at compile-time?...


gccclangsseavxavx512

Read More
What's Clang's problem with my code? GCC and MSVC think it's fine...


c++compiler-errorsclangc++20

Read More
clang-analyzer: scan-build ./configure fails looking for pthread support: "_REENTRANT must be d...


cclangpthreadsgithub-actionsclang-static-analyzer

Read More
Clang doesn't inline std::atomic::load for loading 64-bit structs...


c++clangatomiccompiler-optimizationstdatomic

Read More
Clang ast-dump results in infinite loop...


c++cclangabstract-syntax-tree

Read More
How reliable is the format of demangled names?...


c++gccclangdemangler

Read More
Why does clang complain about a deleted move ctor when I don't move anything?...


c++clangmove-semanticsgcc-warningmove-constructor

Read More
Install TA-LIB with clang compiler error: command 'x86_64-linux-gnu-gcc' failed: No such fil...


pythonubuntuclangclang++ta-lib

Read More
python can't load clang library under cygwin environment...


pythonclangcygwin

Read More
Clang does not zero the upper bits when loading a byte. Is this a bug or a deliberate choice?...


cx86clangcompiler-optimization

Read More
clang not recognizing unitialized pointer found in static library...


clinkerclang

Read More
clang-format AlignAfterOpenBracket list params...


c++clangclang-format

Read More
C compiler error: expected parameter declarator...


cmacosgccclang

Read More
How to deal with C++ header file #include errors in VS Code on Mac?...


c++clangvisual-studio-code

Read More
ld: can't open output file for writing: execs/aligns, errno=2 for architecture arm64...


c++clangapple-m1

Read More
The LLVM HelloWorld pass from the tutorial does not run if the IR is produced by clang...


clangllvmllvm-ir

Read More
Rcpp does not compile on Mac OS Monterey, R 4.1.2., clang error...


c++compilationclangrcppmacos-monterey

Read More
How to ask Clang++ not to cache function result during -O3 optimization?...


clangclang++

Read More
How can -Wgnu-zero-variadic-macro-arguments warning be turned off with Clang?...


clangwarningssuppress-warnings

Read More
clang fails to parse the LR register from PowerPC...


assemblyclangcpu-registerspowerpc

Read More
Bloated code generated for __builtin_popcnt when -mavx2 is on...


cassemblyx86clangcompiler-optimization

Read More
How to make clang-format indent extern C blocks in C++?...


c++clangclang-format

Read More
LLVM equivalent of gcc -D macro definition on commandline...


llvmclangllvm-gcc

Read More
Why don't non-strict floating-point models change the value 1 of __STDC_IEC_559__?...


cgccclangiccstandards-compliance

Read More
an odd bug in CommonOptionsParser...


clang

Read More
How do I suppress deprecation warnings for function parameters?...


c++clangdeprecation-warning

Read More
BackNext