Search code examples
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
clang 14.0.0 floating point optimizations...


coptimizationfloating-pointclang

Read More
Locating iostream in Clang++: fatal error: 'iostream' file not found...


c++linuxclangclang++

Read More
boost::uuids::uuid as a key in std::unordered_map?...


c++boostclangboost-uuid

Read More
How do I get my existing MSVC project to compile with the Visual Studio 2022 Clang compiler?...


c++clangvisual-studio-2022clang++vector-class-library

Read More
Can you somehow grab a value from a register and put it into a C variable in C with the asm keyword ...


cassemblyclanginline-assemblyarm64

Read More
Can clang-format add braces to single-line if statements, etc?...


c++clangclang-format

Read More
What is Thread model, when we type 'clang --version'?...


clang

Read More
How to get a warning for using recursion?...


cgccrecursionclang

Read More
#pragma STDC FENV_ACCESS...


c++floating-pointclang

Read More
Is there a way to fix my Clang prebuilt binary not being able to find standard header files like &qu...


cmacosclangheader-filesarm64

Read More
Apply Clang's fix-it hints automatically from command line...


c++clang

Read More
"Non-ASM statement in naked function is not supported" error by clangd...


cembeddedclanginline-assemblybare-metal

Read More
GCC/Clang: disable tail recursion optimization for a single function...


c++gccoptimizationclangtail-recursion

Read More
Clang doesn't warn about uninitialized stack variable...


c++clangcompiler-warnings

Read More
256-bit arithmetic in Clang (extended integers)...


cclangx86-64bigintextint

Read More
std::bad_function_call when calling std::swap in visual studio...


c++visual-studiogccclang

Read More
How do you use clang's new custom size int feature?...


c++cclangextintbitint

Read More
Cross compiling with Clang - `crtbeginS.o: No such file or directory`...


clinuxlinkerclangcross-compiling

Read More
Apple Clang: can't compile call to std::erase for vector with custom allocator...


c++macosc++11clangallocator

Read More
An internal compiler error (ICE) is encountered with GCC, and compiling with Clang also produces con...


c++gccclang

Read More
BackNext