Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang

Is there an equivalent to __attribute__((ns_returns_retained)) for a malloc'd pointer?

Building and packaging LLVM clang 3.4 with cmake

c++11 cmake clang llvm

Loop unrolling in clang

How to Disable Optimization for One File in Xcode

xcode clang llvm

Clang + OpenMP on Linux uses only 1 CPU core

clang openmp

errors with g++ 5 and 6 when using address sanitizer and additional asan flags for static initialization order

How to get a warning for using recursion?

c gcc recursion clang

Are C standard library structures compatible between compilers and library versions on macOS or Linux?

c linux macos gcc clang

Clang --coverage and -fprofile options

c++ clang

Clang fails to find const template member function from base class

c++ c++11 gcc clang compiler-bug

Windows clang Hello World lnk4217

c++ clang

How can I compile with LLVM/Clang to RISC-V target?

compilation clang llvm riscv

Clang linking .so library libc++_shared.so

android c++ android-ndk clang

How to create category for external headers in clang-format?

Building a simple C++ project on Windows, using CMake and clang

c++ windows cmake clang

Why does GCC emit a repeated `ret`?

c++ gcc x86 clang

Creating parameters for a function with clang

llvm clang

Implication of using -fshort-wchar

c++ c gcc clang wchar

expression is not an intergral constant clang libc++ threading

Link binary with static library in xcconfig

ios xcode clang xcode5