Search code examples
How can I code generate unused declarations with Clang?...


c++clangllvm

Read More
-O2 optimizer flag causes basic for loop to fail...


c++gccoptimizationclangclang++

Read More
Replacing RHS of an instruction with an instruction in LLVM...


clangllvmllvm-irllvm-c++-apillvm-gcc

Read More
How to install and use just Clang-Format on Fedora 27?...


c++clangcode-formattingclang-format

Read More
tail recursion in gcc without return statement...


cfunctionrecursiongccclang

Read More
Why does Apple Clang make a call to compare for a unique hash in an unordered map?...


c++clanglibc++

Read More
Smart pointers cast c++17 apple clang...


c++c++17clangsmart-pointers

Read More
How to build llvm-hs from source...


haskellclangllvmcabal

Read More
C++11 on Mac with Clang or GCC...


c++xcodec++11g++clang

Read More
Template and anonymous namespace Issue...


c++gcccompiler-errorsclangtemplate-specialization

Read More
How can I achieve native-level optimizations when cross-compiling with Clang?...


c++optimizationclangcross-compiling

Read More
macOS llvm can't find stdio.h anymore...


cmacosvisual-studio-codeclangllvm

Read More
How do I interpret the instruction `mov v2.2d[0],x14` in aarch64 assembly?...


assemblyclangsimdarm64neon

Read More
What is the following MACRO doing?...


c++visual-c++macrosclang

Read More
gcc/g++ and clang: wrong optimization of conditional...


gccclang

Read More
static class member not recognised but only for new versions of C++ compile...


c++clangc++14

Read More
how to make target independent IR with llvm...


clangllvmcross-compilingtargetllvm-ir

Read More
static_assert expression is not an integral constant expression with __builtin_clz...


c++clang

Read More
How do Clang 'blocks' work?...


c++objective-cclangobjective-c-blocksclang-extensions

Read More
How to count the number of edges in a CFG in LLVM...


c++clangllvm

Read More
Make building for x86_64 but glfw installed from homebrew is for arm64 (aarch64)...


c++macoscmakemakefileclang

Read More
Ambiguous constructor overload on GCC, but not on Clang...


c++templatesgccclanglanguage-lawyer

Read More
CMAKE clang variables...


ccmakeclang

Read More
How to make CMake detect ar and nm if there is no dash after the toolchain prefix?...


cmakeclangtexas-instrumentscmake-modules

Read More
How to build the latest clang-tidy?...


c++clangllvmclang-tidy

Read More
Is there a way to generate a clang-format file from a C++ code?...


c++clangclang++clang-format

Read More
GCC/Clang not optimising static global variable...


c++cgccclangcompiler-optimization

Read More
LLVM & Clang can't compile for a supported arch...


c++architecturearmllvmclang

Read More
__builtin_types_compatible_p(t1, t2) and pointers to qualified types...


cgccclanglanguage-lawyer

Read More
Add section attribute to global variable in llvm...


clangllvmllvm-ir

Read More
BackNext