Search code examples
Building a static library with go build for Iphone simulator...


iosxcodegoclanggo-build

Read More
Using std::unique_ptr with aligned type results in compiler warning...


c++clangc++20

Read More
Is there a reason that 8 byte std::array comparisons seem to be producing different assembly for cha...


c++gccclangx86-64std-byte

Read More
Linker error: /usr/bin/ld: cannot find -lcudart_static while trying to compile CUDA code with clang...


c++cudaclanggpullvm

Read More
Is there any easy way to map windows specific secure C-API funcs to functions that will work on mac?...


cvisual-c++macrosclangscanf

Read More
How to set compiler-specific flags with autotools...


gccclangautotoolscompiler-options

Read More
How to print non-structural results of constexpr functions at compile time with clang++?...


c++gccclangc++20constexpr

Read More
Using libclang, is there a way to know if a closure type was introduced in the context of the initia...


c++clangllvmlibclang

Read More
How to parse multi-dimensional arrays with python libclang bindings...


pythonc++clangabstract-syntax-treelibclang

Read More
Class template static field initialization different results on GCC and Clang...


c++templatesgccstaticclang

Read More
Is it ok to double-dereference ("**itOpt") an optional iterator?...


c++iteratorclangdereferencestdoptional

Read More
Cannot set breakpoints in LLDB and/or VSCode...


clangllvmlldb

Read More
MSVC allows void functions to return a value (Compiler Warning C4098) yet clang does not...


ccompilationclangcl

Read More
Unexpected result with `std::views::transform`, probably caused by "unnamed temporary"...


c++gccclangc++20std-ranges

Read More
Why is clang linked with msvc on windows?...


cvisual-c++clang

Read More
Why am I getting a 256-bit arithmetic error: "unsigined _BitInt of bit sizes greater than 128 n...


c++clangllvmclang++c++23

Read More
Why does Clang forbid qualifiers on anonymous bit fields?...


c++clangqualifiers

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


clangebpf

Read More
Why is clang/llvm throwing me this error using Bazel while building carbon...


clangllvmcarbon-lang

Read More
How to update LLVM and Clang on Mac OS X...


xcodemacososx-lionllvmclang

Read More
How to install updated clang 16?...


macosclangclang++

Read More
How to get pointer level in LLVM 17 with opaque pointer enabled?...


clangllvmllvm-ir

Read More
Could use memcpy or memset in ebpf prog ?...


clangllvmebpf

Read More
Exporting functions from LLVM C++ API to WebAssembly...


c++clangllvmwebassemblyllvm-c++-api

Read More
Is it allowed to repeat the initialization of static members?...


c++g++static-membersclang

Read More
How to configure g++ as the default compiler in Mac OS (M1)...


c++macosgccg++clang

Read More
Invalid version number in '-target arm64-apple-ios9999'...


iosxcodeclang

Read More
GCC problem with std::optional and packed struct member...


c++gccclangstdoption-type

Read More
Unknown target CPU 'x86-64-v3' when building via pip/clang...


pythonpipclang

Read More
Clang: ASTConsumer vs ASTVisitor...


parsingcompiler-constructionclang

Read More
BackNext