Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang

How future-proof is it to force a structure alignment with `__attribute__((packed,aligned(N)))`?

c gcc clang

AddressSanitizer blacklist in c++ not working

Clang 6 on travis breaks due to libjsoncpp0

c++ clang travis-ci

Exclude third_party from clang-tidy checks

Clang report "constexpr if condition is not a constant expression" while GCC is ok [duplicate]

Is this write to an array truly undefined behavior in C? [duplicate]

Why is clang's `-O3` alloca 2x faster than g++

Using llvm::Linker to programatically find unresolved externals

c++ c linker llvm clang

Emmiting llvm bytecode from clang: 'byval' attribute for passing objects with nontrivial destructor into a function

llvm clang

C++ clang linker problem

c++ linker-errors llvm clang

which linker should I use for clang on windows

c++ clang llvm lldb

clang-tidy inserts multiple 'override' specifiers when fixing

c++ cmake clang clang-tidy

Why can't I move std::ofstream?

c++ c++11 gcc clang fstream

LLVM jit and native

clang llvm jit

Equivalent of -ftree-vectorizer-verbose for clang

clang clang++

avoiding "expression result unused" warning in a block

Syscall/sysenter on LLVM

linux gcc assembly clang llvm

LTO with LLVM and CMake

c++ cmake clang llvm lto

Can I get an XML AST dump of C/C++ code with clang without using the compiler?

constexpr and initialization of a static const void pointer with reinterpret cast, which compiler is right?

c++ gcc c++11 clang constexpr