summaryrefslogtreecommitdiffstats
path: root/clang-tidy/plugin/ClangTidyPlugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Remove extra config.h includesIvan Donchevskii2018-12-141-1/+0
* [clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii2018-12-141-93/+1
* Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...Douglas Yung2018-12-141-1/+93
* [clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii2018-12-131-93/+1
* [clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFCSam McCall2018-11-081-1/+1
* [clang-tidy] Remove false decoupling in ClangTidyContext. NFCSam McCall2018-10-311-1/+1
* [clang-tidy] Build it even without static analyzerStephen Kelly2018-10-011-0/+3
* Reverting r343415 as it breaks at least one of the bots.Aaron Ballman2018-09-301-2/+0
* Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman2018-09-301-0/+2
* [clang-tidy] add all clang-tidy modules to pluginJonas Toth2018-07-311-10/+40
* [clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song2018-03-071-0/+5
* [clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2017-10-261-0/+5
* [clang-tidy] fix missing anchor for MPI ModulePiotr Padlewski2016-12-161-0/+5
* [clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer2016-03-031-0/+122