This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Releases: AtomLinter/linter-clang
Releases · AtomLinter/linter-clang
v4.1.2
v4.1.1
- Remove usage of
-fdiagnostics-absolute-paths
, fixingclang
< v4.0.0
v4.1.0
- Rewrite the parser engine
- Disable on change linting if a
.clang-complete
file is in use - Support suggested fixes
- Handle multiple ranges from clang, using a merger of all given
- Better support for ranges in other files
- Much more complete specs
v4.0.0
- Move to Linter v2
- Support linting current editor contents
- Run
clang
from the directory of the file being linted - Filter out
#pragma once
warnings from header files - Rename the
execPath
setting toexecutablePath
to match other providers
v3.4.9
- Fix declaration of member functions
v3.4.8
- Fix package dependency specification
v3.4.7
- Dependency updates
v3.4.6
- Fix linting valid files
v3.4.5
- Update dependencies
- Remove unused styles
- Fix specs