[PATCH] D50060: [clang-tidy] add all clang-tidy modules to plugin

2018-07-31 Thread Jonas Toth via Phabricator via cfe-commits
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:

[PATCH] D50060: [clang-tidy] add all clang-tidy modules to plugin

2018-07-31 Thread Jonas Toth via Phabricator via cfe-commits
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 =

[PATCH] D50060: [clang-tidy] add all clang-tidy modules to plugin

2018-07-31 Thread Alexander Kornienko via Phabricator via cfe-commits
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

[PATCH] D50060: [clang-tidy] add all clang-tidy modules to plugin

2018-07-31 Thread Jonas Toth via Phabricator via cfe-commits
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

[PATCH] D50060: [clang-tidy] add all clang-tidy modules to plugin

2018-07-31 Thread Jonas Toth via Phabricator via cfe-commits
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: