Atom.io integration with clang-tools-extra.
This package provides the ability to use clang-tools-extra
via Atom.io.
clang-tidy
This package provides the plugin for Linter using clang-tidy
.
Some kinds of errors (such as forgetting to add ;
) can be fixed by autocomplete-plus:activate
.
clang-rename
It also provides the user interface for clang-rename
.
Because of the limitation of clang-rename
command, it cannot rename variables used in multiple files.
linter:lint
to show errors and warnings.autocomplete-plus:activate
to fix error.clang-tools-extra:rename
(Ctrl-2
).clang-tools-extra:confirm-rename
(Ctrl-3
).$ apm install clang-tools-extra
This software is released under the MIT License, see LICESE.md
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.