Search code examples
clang warning argument unused during compilation for -fsanitize-address-outline-instrumentation...


clangllvmriscv

Read More
why does main() have '%retval' in '.ll' file LLVM...


cclangllvm

Read More
What is the proper method to load GNU C generic vectors?...


c++gccclangwebassemblysimd

Read More
Why is a stray semicolon no longer detected by `-pedantic` modern compilers?...


c++gccclanggcc-pedantic

Read More
namespace "std" has no member "lexicographical_compare_three_way" on macOS clang...


c++clangc++20clang++

Read More
How do I get the mangled name of a NamedDecl in Clang?...


c++clangllvmname-mangling

Read More
What's {} in void({})?...


c++gccclangc++14language-lawyer

Read More
Initializing Array of Arrays - Trouble...


c++carraysmultidimensional-arrayclang

Read More
Is it legal to return an expression of type void?...


c++cgccclanglanguage-lawyer

Read More
How does the LLVM compiler parse a c struct?...


clangllvmllvm-ir

Read More
Is it considered normal that -nostdlib does not prevent GCC/Clang to generate calls to C standard li...


gccclangllvm

Read More
Where can I find the meaning of clang return codes?...


cclang

Read More
Getting a lot of Linker errors related to LLVM and clang after built from source code...


c++clangllvmclang++

Read More
Why Clang and GCC complain about this specific situation...


c++gccclangcstdint

Read More
Run git-clang-format on series of git commits...


gitformattingclangclang-format

Read More
Clang uses a linked shared lib to decide which symbols to export?...


cgcclinkerclangelf

Read More
How can I ignore an error when using GCC compile option '-Werror'?...


cclang

Read More
clang-7: error: linker command failed with exit code 1 for macOS Big Sur...


rmacosclangmacos-big-sur

Read More
Is it intended by the C++ standards committee that in C++11 unordered_map destroys what it inserts?...


c++c++11gccclanglanguage-design

Read More
Why is it not possible to declare a constexpr non-static data member?...


c++c++11clangconstexprstatic-members

Read More
Why is initializing a string to "" more efficient than the default constructor?...


c++clangcompiler-optimizationstdstringlibc++

Read More
GCC accepts `constexpr struct {} s;` but Clang rejects it. Who is correct?...


c++gccclanglanguage-lawyerconstexpr

Read More
About clang AST and odr-use of destructors...


c++clangdestructorone-definition-rulelibtooling

Read More
malloc_default_zone difference between macOS Monterey and Ventura...


c++cmacosclang

Read More
Difference between GCC and CLANG about using-directive scope in C++ modules...


c++gccclanglanguage-lawyerc++20

Read More
plantuml command over multiple lines...


clangdoxygenplantuml

Read More
Does clang have function attribute: unroll loop like gcc?...


clangllvm

Read More
Why does gcc warn about decltype(main()) but not clang?...


c++gccc++11clang

Read More
How to get noexcept-ness of a FunctionDecl in clang?...


c++clangllvmnoexceptlibtooling

Read More
Are gcc and clang wrong to accept a friend function accessing a befriended class's private membe...


c++gccclangfriend

Read More
BackNext