Search code examples
How to disable a particular unknown #pragma warning (GCC and/or Clang)...


c++gccclang

Read More
Tell compiler not to execute destructor on my __thread variable...


c++gccclang

Read More
C++'s "inline" - how strong a hint is it for GCC and Clang/LLVM?...


c++gccclanginline-code

Read More
Xcode 12.2 Beta 3: ld: unknown option: -no_adhoc_codesign...


iosxcodeclangldxcode12

Read More
Is this write to an array truly undefined behavior in C?...


cpointersgccclangundefined-behavior

Read More
c++20, clang 13.0.0, u8string support...


c++cmakeclangc++20

Read More
How do I get AST as string using libclang?...


compiler-constructionclanglibclang

Read More
Confusing and unexpected behaviour of "if" statement in C...


cgccclang

Read More
Is the AST, abstract syntax tree, defined by the language or by the frontend?...


c++gcccompiler-constructionclangclang-tidy

Read More
Why can't this python script find the libclang dll?...


pythonclanglibclang

Read More
lld-link error when compiling C++ project with Clang in Visual Studio 2019...


visual-c++clangc++14

Read More
Clang does not strip symbols for local static libraries...


android-ndkclang

Read More
Is there a difference between Apple Clang and OpenMP-enabled Clang from Homebrew?...


c++macosclangopenmp

Read More
How to use Clang to compile a big and complex project?...


compilationclangllvm

Read More
Simple OpenMP-enabled code does not compile: "clang: error: linker command failed with exit cod...


c++cmakeclangopenmp

Read More
Error "fatal error: 'sys/sysmacros.h' file not found"...


macosclangmacos-big-sur

Read More
CMake's find_package(OpenMP) cannot find OpenMP when using clang-12...


cmakeclangopenmp

Read More
Clang 13 -O2 produces weird output while gcc does not...


cgccclangundefined-behavior

Read More
vim - Youcomplete me unable to find an appropriate Python library...


pythonvimcmakeclangyoucompleteme

Read More
Is clang wrongfully reporting ambiguity when mixing member and non-member binary operators?...


c++clangoperator-overloadinglanguage-lawyerclang++

Read More
Why is Clang confused by @try{} in a block with no return statement?...


objective-cclangobjective-c-blocks

Read More
What are the names of different parts of GCC, Apple LLVM, and MSVC compilers?...


c++gccvisual-c++clangllvm

Read More
Clang-format "not available" in VSCode, despite being in /usr/bin...


cvisual-studio-codeformattingclang

Read More
C++ virtual method raises EXC_BAD_ACCESS (only if called by Objective-C++)...


c++inheritanceclangabstract-classvirtual-functions

Read More
Travis CI seems to be reading from the wrong stdlib...


c++clangc++14travis-ci

Read More
`std::call_once` always segfaults on Clang 12 on Windows (when using libstdc++)...


c++clang

Read More
Why does clang emit i64 instructions when targeting wasm32?...


compilationclangllvmwebassembly

Read More
Clang showing compiler error with fuzzer argument...


clangllvmfuzzing

Read More
Why do C compilers make it so hard to get -Wwrite-strings warnings?...


cgccclangcompiler-warningsgcc-warning

Read More
Unable to compile llvm pass on Windows using Visual studio...


visual-studiocmakeclangllvm

Read More
BackNext