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

Don't warn about unused const variables when linting header files. Avoids warnings like this: ![screen shot 2018-05-11 at 10 46 40 am](https://user-images.githubusercontent.com/3719564/39933378-cb0f8280-5510-11e8-96cb-03458ba4ee58.png)

To ease the modification/contribution to publish pipeline there has been some discussion of adopting a continuous deployment system for AtomLinter packages. To accomplish this we are making use of [`semantic-release`](https://github.com/semantic-release/semantic-release)...

Dear all, the linter-clang is not recognizing the header files when they're included as "SYSTEM". The issue can be reproduced with the attached example, that generates a compile_commands.json file. In...

Hi there, I have installed `linter-clang` and `autocomplete-clang` to try and make Atom my go to IDE for C++ development. I came from a Vim environment where we just use...

I think these pictures are self explaining: ![bildschirmfoto von 2017-10-31 22-20-57](https://user-images.githubusercontent.com/17938103/32249711-3d457274-be8a-11e7-9cbe-2ec833a2f474.png) ![bildschirmfoto von 2017-10-31 22-21-02](https://user-images.githubusercontent.com/17938103/32249717-3f31d51e-be8a-11e7-9166-2c3cf6f2540e.png) It would be nice if I could mark an error that I want to ignore,...

It would be awesome if this project could integrate with clang-format to provide format linting as well!

@Arcanemagus This problem is not duplicated either #200 and #202, linter only not linting when array index error, here's an example: `v4.1.1` ![4 1 1](https://cloud.githubusercontent.com/assets/20783502/24696887/c3792abe-1a1d-11e7-928e-476ec375882b.png) however, `v4.0.0` doesn't have this...

This is a follow-up of https://github.com/AtomLinter/linter-clang/issues/199#issuecomment-291083755. The current parsing strategy ignores any error produced by clang itself, such as those that result of an invalid command-line argument. In particular, if...

bug
confirmed

I currently use cmake and the convention is to use a build directory. As a result the `compile_commands.json` file is placed in the build directory and not the project root....

enhancement

Hello, I don't know if this is possible, but would be nice if I could configure the execution timeout, because sometimes with a big file, the "linter" never finish, because...

enhancement