This revision was automatically updated to reflect the committed changes.
Closed by commit rL338393: [clang-tidy] add all clang-tidy modules to plugin
(authored by JonasToth, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D50060
Files:
JonasToth updated this revision to Diff 158278.
JonasToth added a comment.
- rebase
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D50060
Files:
clang-tidy/plugin/CMakeLists.txt
clang-tidy/plugin/ClangTidyPlugin.cpp
Index: clang-tidy/plugin/ClangTidyPlugin.cpp
=
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
LG
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D50060
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llv
JonasToth added a comment.
I reordered the anchoring list to be in alphabetical order as well!
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D50060
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bi
JonasToth created this revision.
JonasToth added reviewers: alexfh, aaron.ballman, hokein.
Herald added subscribers: cfe-commits, xazax.hun, mgorny, srhines.
This patch addresses PR38359 and adds all existing clang-tidy
modules to the plugin that can be used together with libclang.
Repository: