linter-clang icon indicating copy to clipboard operation
linter-clang copied to clipboard

Lint C-based files using Clang.

Results 32 linter-clang issues
Sort by recently updated
recently updated
newest added

I have a bunch of `.inl` files that the linter has issues with. The issue is quite simple and understandable, but I'm not sure how to get around it. To...

It would be nice if compile_commands.json could be inferred given that the project root contains a CMakeLists.txt. It should be trivial to generate compile_commands.json using [CMAKE_EXPORT_COMPILE_COMMANDS](https://cmake.org/cmake/help/v3.5/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html) option for cmake

enhancement