Search code examples
Can Clang generate an import library when using the visibility attribute (without __declspec(dllexpo...


c++windowsdllclang

Read More
Specifying the DEF file when compiling a DLL with Clang...


c++cdllclangllvm

Read More
Forward declaring the mapped type of a map and C++11...


c++c++11clang

Read More
How does the use of `static` affect the speed of my code?...


c++performancestaticclangbenchmarking

Read More
Cannot compile x86_64 .s and .c files : undefined reference to function...


compiler-errorsclangx86-64

Read More
What is the LLVM version bundled with Xcode?...


clangllvmxcode7clang++llvm-clang

Read More
Structured binding initializer form { assignment-expression } fails for array type on clang...


c++gccclangc++17

Read More
Where is Clang's '_mm256_pow_ps' intrinsic?...


clangintelsseintrinsicsavx

Read More
How to get the bitcode when I use the cmake to compile the cppfile?...


cmakeclangllvmllvm-clang

Read More
How do I use C++ modules in Clang?...


c++clangc++20c++-modules

Read More
Apple: Compile clang frame size with -O0 vs -O2 (kernel)...


cmacoskernelclangkernel-extension

Read More
error: cannot pass object of non-trivial type 'std::string' and more errors...


c++clangc++14travis-ciclang++

Read More
Clang Postorder Traversal...


clang

Read More
Cond wait and signal across processes in C...


cprocessclangmutexsemaphore

Read More
Trouble setting up Boost library with GCC-6 in Clion...


c++gccboostclangclion

Read More
Why is makefile not calling this function?...


cmakefileclang

Read More
The solution is executed with error 'out of bounds' on the line 25...


c++clang

Read More
Clang vs G++ lvalue to rvalue conversion...


c++g++clangllvmlvalue-to-rvalue

Read More
Which of the three mutually exclusive Clang sanitizers should I default to?...


clangclang++address-sanitizersanitizer

Read More
Speed : typedef vs #define in c++...


c++g++clang

Read More
clang/LLVM ARM ABI, non-volatile registers being destroyed...


optimizationarmclangllvmabi

Read More
Clang analyzer potential memory leak - false positive...


c++clangclang-tidy

Read More
How can I show the computed compiler flags for a clang invocation?...


clangllvm

Read More
Determine if a member call is virtual in the Clang AST...


clangclang++llvm-clang

Read More
Simple loop optimized by clang, how?...


loopsoptimizationclang

Read More
Is it possible to compile a X86 program on a jailbroken iOS device?...


iosgccclangcross-compilingjailbreak

Read More
Can clang-format align variable or macro assignments in columns?...


c++cc++11clangclang-format

Read More
Why is the result type of a sum of two unsigned integers different in Clang and GCC...


c++gccclangcompiler-warnings

Read More
How to set up googletest wtih meson?...


linuxclanggoogletestninjameson-build

Read More
Is there a gcc/clang flag to validate a C++ program without compiling...


gccclang

Read More
BackNext