Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clang

Can't compile Objective-C code with clang

objective-c clang

clang can't optimize away global variables used only in main()?

How to make clang-format indent extern C blocks in C++?

c++ clang clang-format

clang support of _mm_cvtsi64x_si128

clang

How is a qsort allocation failure handled?

c gcc clang qsort c23

Too many template parameters in template redeclaration

c++ templates clang variadic

Can auto be used for static class variable definition?

How does Clang find it's default sysroot / target triple? (clang-tidy has stopped working)

clang llvm clang-tidy

Is there any easy way to map windows specific secure C-API funcs to functions that will work on mac? (ex: sscanf_s)

c visual-c++ macros clang scanf

Append a copy of std::vector to the end of itself [duplicate]

c++ gcc iterator clang llvm

How do I use Clang's attribute `preferred_name`?

c++ attributes clang

Apple Clang and numeric_limits<unsigned __int128>::max() is 0?

c++ clang numeric-limits

Mutable anonymous struct

C++ compiles with clang from command line, but not using CMake

c++ boost c++11 cmake clang

clang-format -style=file not working in Ubuntu 18.04

Clang tidy doesn't work properly for static member variable

c++ clang clang-tidy

How to extract compilation args for each compilation unit in a vcxproj?

Clang libtooling: determine macro expansion location

clang llvm libtooling

Can I use a different .clang_format for some files in the same project?