Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang++

Is there a way to shuffle a 8bitX32 ymm register right/left by N positions (c++)

c++ simd clang++ avx2

clang error on exception specification from C++20 on

Apple clang: Why can I not create a time_point from std::chrono::nanoseconds

c++ clang++ c++-chrono

How do I compile C++11 code to webassembly?

c++ constexpr typed as nested class

c++ c++20 constexpr clang++

How to declare a constructor of template class as friend with clang? (compiles with g++, not clang++)

c++ clang++

Calling member function of an incomplete type compiles in gcc and does not compile in clang and msvc

Meson picks the wrong compiler (GCC instead on clang)

Does GCC or Clang implement chrono::current_zone()?

c++ g++ c++20 clang++

Why does C++ rounding behavior (for compile-time constants) change if math is moved to an inline function?

A class is defined using __FILE__ in two different files; which definition is used depends whether I use it in a never-invoked function. Why?

c++ gcc clang++

clang does not warn for "defined but not used" in header, gcc does

c++ gcc clang++

Using Address Sanitizer or other Undefined Behavior Sanitizers in Production?

build2: compiler does not support modules

c++ clang++ c++-modules build2