aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/plugin
AgeCommit message (Expand)AuthorFilesLines
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed1-1/+1
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-3/+2
2020-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement1-0/+3
2020-06-17[clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny1-2/+6
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-09-27clang-tidy: Don't repeat list of all checks in three places.Nico Weber1-26/+1
2019-09-27[clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Dmitri Gribenko1-0/+1
2019-09-26Revert "[clang-tidy] New check to warn when storing dispatch_once_t in non-st...Dmitri Gribenko1-1/+0
2019-09-26[clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Stephane Moore1-0/+1
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-4/+4
2019-07-25[clang-tidy] Add a module for the Linux kernel.Tom Roeder1-0/+1
2019-06-06[clang-tidy] Make the plugin honor NOLINTNikolai Kosjar1-6/+17
2019-03-22[clang-tidy] A new OpenMP moduleRoman Lebedev1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-14[clang-tidy] Remove extra config.h includesIvan Donchevskii1-1/+0
2018-12-14[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii1-93/+1
2018-12-14Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...Douglas Yung1-1/+93
2018-12-13[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii1-93/+1
2018-11-08[clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFCSam McCall1-1/+1
2018-10-31[clang-tidy] Remove false decoupling in ClangTidyContext. NFCSam McCall1-1/+1
2018-10-01[clang-tidy] Build it even without static analyzerStephen Kelly2-1/+9
2018-09-30Reverting r343415 as it breaks at least one of the bots.Aaron Ballman2-8/+1
2018-09-30Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman2-1/+8
2018-07-31[clang-tidy] add all clang-tidy modules to pluginJonas Toth2-11/+45
2018-03-09[clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWithHaojian Wu1-0/+1
2018-03-07[clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song2-0/+6
2017-10-26[clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2-0/+6
2017-06-23[clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang1-0/+1
2016-12-16[clang-tidy] fix missing anchor for MPI ModulePiotr Padlewski1-0/+5
2016-08-02[clang-tidy] MPITypeMismatchCheckAlexander Kornienko1-0/+1
2016-07-25Revert "MPITypeMismatchCheck for Clang-Tidy"Alexander Kornienko1-1/+0
2016-07-25MPITypeMismatchCheck for Clang-TidyAlexander Kornienko1-0/+1
2016-04-29Add boost-use-to-stringPiotr Padlewski1-0/+1
2016-03-03[clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer2-0/+142