aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/tool
AgeCommit message (Expand)Author
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny
2019-09-27clang-tidy: Don't repeat list of all checks in three places.Nico Weber
2019-09-27[clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Dmitri Gribenko
2019-09-26Revert "[clang-tidy] New check to warn when storing dispatch_once_t in non-st...Dmitri Gribenko
2019-09-26[clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Stephane Moore
2019-08-26Moved GlobList into a separate header fileDmitri Gribenko
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-07-25[clang-tidy] Add a module for the Linux kernel.Tom Roeder
2019-07-01Fixed two issues in clang-tidy -help.Alexander Kornienko
2019-05-22[clang-tidy] remove default header-filter for run-clang-tidyDon Hinton
2019-05-16[clang-tidy] Removed superfluous and slightly annoying newlines in run-clang-...Jonas Toth
2019-05-16[clang-tidy] Do not list enabled checks when -quiet is given to run-clang-tidy.Jonas Toth
2019-04-09ClangTidy: Avoid mixing stdout with stderror when dealing with a large number...Andi-Bogdan Postelnicu
2019-03-27[clang-tidy] Handle missing yaml module in run-clang-tidy.pyZinovy Nis
2019-03-22[clang-tidy] A new OpenMP moduleRoman Lebedev
2019-03-22[clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko
2019-03-21Reland r356547 after fixing the YAML module missing issue.Zinovy Nis
2019-03-20Revert "Reland r356547 after fixing the tests for Linux."Douglas Yung
2019-03-20Reland r356547 after fixing the tests for Linux.Zinovy Nis
2019-03-20Revert rL356547 : [clang-tidy] Cosmetic fixSimon Pilgrim
2019-03-20[clang-tidy] Cosmetic fixZinovy Nis
2019-03-20[clang-tidy] Parallelize clang-tidy-diff.pyZinovy Nis
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-21[clang-tidy] Add export-fixes flag to clang-tidy-diffJulie Hockett
2018-12-14[clang-tidy] Remove extra config.h includesIvan Donchevskii
2018-12-14[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
2018-12-14Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...Douglas Yung
2018-12-13[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
2018-11-26[clang-tidy] PrintStackTraceOnErrorSignalAlexander Kornienko
2018-11-02[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall
2018-10-01[clang-tidy] Build it even without static analyzerStephen Kelly
2018-09-30Reverting r343415 as it breaks at least one of the bots.Aaron Ballman
2018-09-30Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman
2018-09-19[clang-tidy] run-clang-tidy.py - fails using python 3.7Andi-Bogdan Postelnicu
2018-08-10[clang-tidy] run-clang-tidy.py - add synchronisation to the outputAndi-Bogdan Postelnicu
2018-06-06[clang-tidy] Store checks profiling info as JSON filesRoman Lebedev
2018-05-17[clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko
2018-05-08[clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev
2018-05-03[clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko
2018-04-18[clang-tidy] Fix clang-tidy doesn't read .clangtidy configuration file.Haojian Wu
2018-04-09[clang-tidy] Return non-zero exit code for clang errors.Alexander Kornienko
2018-03-22clang-tidy, modularize: return non-zero exit code on errorsAlexander Kornienko
2018-03-19run-clang-tidy: forward clang-tidy exit statusMiklos Vajna
2018-03-14[clang-tidy] Add Zircon module to clang-tidyJulie Hockett
2018-03-13[clang-tidy] Fixing incorrect commentJulie Hockett
2018-03-09[clang-tidy] Update run-clang-tidy.py with config argJulie Hockett
2018-03-09[clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWithHaojian Wu
2018-03-07[clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song