Search code examples
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
FFmpeg compilation warnings ATOMIC_VAR_INIT...


cffmpegclangemscripten

Read More
BPF program is too large. Processed 1000001 insn...


clangebpfbpf

Read More
How to detect if building with address sanitizer when building with gcc 4.8?...


cgccclangaddress-sanitizer

Read More
When generating code for arm64, why do gcc + clang use adrp+add rather than adr for addressing nearb...


gccclangarm64

Read More
Cross-compiling SDL3 static library for Windows (x86_64-msvc) with clang on macOS fails with undefin...


c++clangcross-compilingsse2lld

Read More
C++ Exception not caught on clang 17.0.3...


c++macosexceptionclangc++20

Read More
Storage duration of compound literals in C...


cgccclangcompound-literals

Read More
Default argument for partial specialization [Clang yes, GCC no]...


c++c++11gccclangtemplate-specialization

Read More
Clang doesn't know PTRDIFF_MAX?...


c++clang

Read More
clang not reporting floating point exceptions...


c++clang

Read More
How to call clang-format over a cpp project folder?...


c++clangclang-format

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


cgcccompiler-errorslinkerclang

Read More
Can I get an XML AST dump of C/C++ code with clang without using the compiler?...


xmlclangcode-generationabstract-syntax-tree

Read More
c++ warning about indirectly taking reference to temporary...


c++gccclangtemporary-objects

Read More
is there a way to ensure that clang links an unreferenced library symbol...


linkerexportclangsymbols

Read More
clangd in CUDA mode treats host-side C++ standard library as unavailable (std::format, chrono, iostr...


c++cudaclanglanguage-server-protocolclangd

Read More
How to list supported target architectures in clang?...


architectureclangllvmcross-platform

Read More
Why do GCC and Clang fail to auto-vectorize simple loop?...


c++gccclangvectorizationcompiler-optimization

Read More
Automatically know if a GCC/Clang warning comes from Wall or Wextra?...


c++gccclangcompiler-warningssuppress-warnings

Read More
Custom LLVM backend: error: unable to interface with target machine...


compilationclangllvm

Read More
Why isn't clang eliding copy in this function with auto return type?...


c++c++11clangc++17

Read More
C macro compilation fails in Clang with "expected ;" due to phantom comma in clang -E expa...


cmacrosclangc-preprocessor

Read More
Variadic macro without arguments...


c++gccmacrosclangvariadic-macros

Read More
BackNext