Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang

Boost test crashes on exit with Clang 4.1 (LLVM 3.1svn)

How do I get the new C++ threading support on Mac OS X with clang?

c++ macos c++11 clang

Find parent of a declaration in Clang AST

Deleted constructor - MSVC reports an error, Clang doesn't

Is it possible to initialise an array of non-POD with operator new and initialiser syntax?

Missing libclang_rt.san-x86_64.a file for LLVM compiler-rt

c++ clang llvm

Why does gcc warn about calling a non-trivial move assignment operator with std::tuple and virtual inheritance?

c++ gcc clang c++14

Can LTO for gcc or clang optimize across C and C++ methods

What happened to std::atomic<X>::value_type?

c++ c++11 gcc clang

Can __restrict__ be applied to shared_ptr<T>?

Initializing Array of Arrays - Trouble

No support to -finline-functions in clang 3.5?

c++ c++11 clang inline

How to suppress "macro redefined" warning in Objective-C

How to see compiler reformulation of C++ code with optimizations

AddressSanitizer, What do these terms mean?

Handle C++ functions with clang API to insert code

c++ clang

Using clang with libc++ and c++11 from the command line with mac os x

c++ macos c++11 clang libc++

What's the right way to match #includes (or #defines) using Clang's libtooling?

c++ clang libtooling

gcc vs clang: inlining a function with -fPIC

c++ gcc clang fpic

Address Sanitizer on a python extension