summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/plugin
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: Don't repeat list of all checks in three places.Nico Weber2019-09-271-26/+1
* [clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Dmitri Gribenko2019-09-271-0/+1
* Revert "[clang-tidy] New check to warn when storing dispatch_once_t in non-st...Dmitri Gribenko2019-09-261-1/+0
* [clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Stephane Moore2019-09-261-0/+1
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* [clang-tidy] Add a module for the Linux kernel.Tom Roeder2019-07-251-0/+1
* [clang-tidy] Make the plugin honor NOLINTNikolai Kosjar2019-06-061-6/+17
* [clang-tidy] A new OpenMP moduleRoman Lebedev2019-03-221-0/+1
* 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-012-1/+9
* Reverting r343415 as it breaks at least one of the bots.Aaron Ballman2018-09-302-8/+1
* Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman2018-09-302-1/+8
* [clang-tidy] add all clang-tidy modules to pluginJonas Toth2018-07-312-11/+45
* [clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWithHaojian Wu2018-03-091-0/+1
* [clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song2018-03-072-0/+6
* [clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2017-10-262-0/+6
* [clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang2017-06-231-0/+1
* [clang-tidy] fix missing anchor for MPI ModulePiotr Padlewski2016-12-161-0/+5
* [clang-tidy] MPITypeMismatchCheckAlexander Kornienko2016-08-021-0/+1
* Revert "MPITypeMismatchCheck for Clang-Tidy"Alexander Kornienko2016-07-251-1/+0
* MPITypeMismatchCheck for Clang-TidyAlexander Kornienko2016-07-251-0/+1
* Add boost-use-to-stringPiotr Padlewski2016-04-291-0/+1
* [clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer2016-03-032-0/+142
OpenPOWER on IntegriCloud