Search code examples
how to match all return stmt from cxxMethodDecl node...


clanglibtooling

Read More
Why does adding an xorps instruction make this function using cvtsi2ss and addss ~5x faster?...


clangx86-64cpu-architecturessemicrobenchmark

Read More
Why Clang allocate std::complex so fast?...


c++performanceclangcompiler-optimizationdynamic-memory-allocation

Read More
How to enable LSAN detect memory leaks at runtime, and not wait until the end of the process...


memory-leaksclangaddress-sanitizerleak-sanitizer

Read More
gcc/clang usage of restrict keyword for local variables and struct fields...


cgccclang

Read More
Byte layout of structure (#pragma pack behavior) different on MSVC vs clang/gcc...


c++windowsclangpragmapragma-pack

Read More
How to convert a virtual function with const noexcept from c++11 to c++17?...


c++clangc++17

Read More
SFINAE issue in creating an "is_iterable" trait - is this a gcc bug?...


c++visual-studiogccclangtraits

Read More
Different ways of suppressing 'uninitialized variable warnings' in C...


cgcclinux-kernelinitializationclang

Read More
apple clang -fopenmp not working...


clangopenmp

Read More
What are the differences between C++ Toolchains and Compilers?...


c++gccclangtoolchain

Read More
Why is `write()` performed via a `call` instruction instead of an interrupt?...


macosassemblyclangx86-64

Read More
Strange template compile errors: is this a g++ bug, a Clang bug, or...?...


c++templatescompiler-errorsg++clang

Read More
Maximum number of errors while compiling with Clang...


c++clangllvm

Read More
How to set LangOptions for AST Matcher (bool vs _Bool)...


typesbooleanclangabstract-syntax-treematcher

Read More
Fixing circular dependencies c++17 headers...


c++clangforward-declaration

Read More
AddressSanitizer, What do these terms mean?...


cgccclangaddress-sanitizersanitizer

Read More
AST matcher on a specific node...


clangabstract-syntax-treematcher

Read More
How should the heap-buffer-overflow error message be read?...


c++clangbuffer-overflowaddress-sanitizer

Read More
Clang on Windows with MinGW...


windowsgccclangclang++

Read More
Clang AST Matchers: how to find function body from a function declaration?...


clangclang++clang-ast-matchers

Read More
clang-format -style=file not working in Ubuntu 18.04...


c++clangubuntu-18.04clang-format

Read More
Determine if a CXXMethodDecl is instantiated or not...


clangclang++llvm-clang

Read More
Unused lambda capture warning when capture is actually used...


c++clang

Read More
/usr/local/include unintendedly added to my compile commands results in build failing...


macoscmakeclanghomebrewlibpng

Read More
When will a Clang AST node have multiple parents?...


clanglibtooling

Read More
Is there a compile warning about this use of std::move?...


c++clangllvmc++builder

Read More
How do you link a dylib on macOS with clang (libjpeg for example)?...


macosclangdylib

Read More
C++17 testing for data-member SFINAE: gcc vs clang...


c++gccclangc++17sfinae

Read More
clang fails to build libc++ (redefine nothrow_t, new, delete, new[], delete[] ) against new MSVC 201...


c++clangllvmlibc++

Read More
BackNext