Currently clang-tidy only comes with one command: lint file - that lints currently opened file.
It would be great if a new command fix file is added to fix issues.
Currently, fixing clang-tidy warning is only available via FixOnSave option. But turning this option will result in unwanted fix & cause delay before saving. So i personally don't want it to be turned on.
Currently clang-tidy only comes with one command: lint file - that lints currently opened file.
It would be great if a new command
fix file
is added to fix issues.Currently, fixing clang-tidy warning is only available via
FixOnSave
option. But turning this option will result in unwanted fix & cause delay before saving. So i personally don't want it to be turned on.