[PATCH] D84924: [clang-tidy] Added command line option `fix-notes`
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 22 02:43:29 PST 2020
njames93 updated this revision to Diff 313272.
njames93 added a comment.
Only apply fixes from notes if there is exactly one fix found in them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84924/new/
https://reviews.llvm.org/D84924
Files:
clang-tools-extra/clang-tidy/ClangTidy.cpp
clang-tools-extra/clang-tidy/ClangTidy.h
clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/index.rst
clang-tools-extra/test/clang-tidy/checkers/misc-definitions-in-headers.hpp
clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls.cpp
clang-tools-extra/test/clang-tidy/infrastructure/alternative-fixes.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84924.313272.patch
Type: text/x-patch
Size: 19716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201222/a1652d95/attachment-0001.bin>
More information about the cfe-commits
mailing list