Search code examples
Is an extra move somehow faster when doing division-by-multiplication?...


cgccassemblyclangx86-64

Read More
Clang optimizations change the result of calculations in C even when I add explicit type casting...


coptimizationcastingclang

Read More
const pointer specialization produces unresolved symbol with MSVC and is fine with GCC/Clang...


c++gccvisual-c++clangtemplate-specialization

Read More
Makefile - If condition...


makefileclang

Read More
Does clang have _ExtFloat just like it has _ExtInt?...


c++cfloating-pointclangextint

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


c++cintegerclangextint

Read More
Printing a vector of reference_wrapper<int>...


c++clang

Read More
Matching a <= BinaryOperator using Clang's ASTvisitor...


compiler-constructionclangabstract-syntax-treesemanticsvisitor-pattern

Read More
Adding a function call in my IR code in llvm...


c++cclangllvmllvm-clang

Read More
Why does the following code compile using clang but not gcc...


c++gccclangunordered-map

Read More
Using clang-tools but not CMake, is it possible?...


c++linuxcompilationclang

Read More
Attribute packed with C++ and clang...


c++attributesclangpragma

Read More
Using LLVM to traverse AST...


c++ccompiler-constructionclangllvm

Read More
Substring returns garbage when used on paths...


c++xcodemacosclang

Read More
ios objective-c duplicate symbols for architecture arm64...


iosobjective-cxcodeduplicatesclang

Read More
Reasoning behind: local variable 'derived' will be copied despite being returned by name...


c++inheritanceclangwarningsmove

Read More
How to view Clang AST?...


clangllvmabstract-syntax-tree

Read More
Compiler optimization ignores non-ineffective function call in loop...


c++optimizationclang

Read More
stop clang -MM stripping path for object files...


gccmakefileclangclang++

Read More
android studio address sanitizer using build.gradle...


androidandroid-gradle-pluginclangaddress-sanitizer

Read More
How to compile with clang and mingw-w64?...


c++exceptionclangmingw-w64c++20

Read More
How to make a shared library delay loaded on Linux...


c++linuxgccshared-librariesclang

Read More
Compiling C++ on the fly: clang/libtooling fails to set Triple for LLVM IR...


c++clangllvmllvm-irllvm-c++-api

Read More
Weird "reference to non-static member function must be called" error...


c++clang

Read More
nullability-completeness warning since Xcode 9.3...


iosobjective-cxcodeclang

Read More
Same object file in different static libraries when linking...


c++clangstatic-linking

Read More
Problem with using std::function in operator=...


c++compiler-errorsclangclang++std-function

Read More
Is this sample code for Concepts TS on cppreference.com wrong?...


c++clangstandardsc++20c++-concepts

Read More
Should a definition inside template class be instantiated if it is not used?...


c++templatesgccclanglanguage-lawyer

Read More
Problem with clang compiler with libc++ on Ubuntu...


c++ubuntuclanglibc++

Read More
BackNext