Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang

In clang-tidy, how to set a check option that accepts at list of numbers

clang clang-tidy

C++ Destructor runs twice

Cross-platform Support for 128-bit Atomic Operations in Clang (Compare-And-Swap or Equivalent)

How to prevent compilers from "optimizing" SIMD constants to lookup tables?

c++ visual-c++ x86 clang simd

May the compiler add extra defaulted template parameters to the std templates?

My (simple) code links in g++, doesn't link in clang

c++ gcc clang

Do Clang vs Clang tidy detect the same warnings and errors ?

c++ linux clang clang-tidy

Unexpected result with `std::views::transform`, probably caused by "unnamed temporary"

c++ gcc clang c++20 std-ranges

lld runs LTO even if -fno-lto is passed

c++ clang clang++ lto lld

is there an attribute (gcc, clang, other compiler) that says a function always terminates normally?

c gcc clang

Why are there overlapping and misaligned segments in a simple ELF binary?

c linux linker clang elf

Why do GCC and Clang stop using RIP-relative loads for arrays bigger than 16MB?

How can I resolve missing symbols when compiling C++ code with clang 2.8 on Mac OS X 10.6?

c++ macports clang

How to fix llvmlibc-restrict-system-libc-headers check in Clang Tidy?

c++ clang llvm libc clang-tidy