summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy
AgeCommit message (Expand)Author
2018-10-04[clang-tidy] fix PR39167, bugprone-exception-escape hangs-upJonas Toth
2018-10-04[clang-tidy] Added pointer types to clang-tidy readability-identifier-naming ...Jonas Toth
2018-10-04[clang-tidy] Sequence statements with multiple parents correctly (PR39149)Martin Bohme
2018-10-03[clang-tidy] NFC reorder registering in CppCoreGuidelines moduleJonas Toth
2018-10-02[clang-tidy] Ignore singe bit bitfield -> bool conversion in readability-impl...Alexander Kornienko
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-27[clang-tidy] Add dependency to clangAnalysis after rC343160Fangrui Song
2018-09-27llvm::sort(C.begin(), C.end()) -> llvm::sort(C)Fangrui Song
2018-09-25[clang-tidy] Add modernize-concat-nested-namespaces checkJonas Toth
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko
2018-09-19[clang-tidy] run-clang-tidy.py - fails using python 3.7Andi-Bogdan Postelnicu
2018-09-18[clang-tidy] Replace redundant checks with an assert().Artem Belevich
2018-09-17[clang-tidy] Remove duplicated logic in UnnecessaryValueParamCheck and use Fu...Shuai Wang
2018-09-17[clang-tidy] fix PR37913, templated exception factory diagnosed correctlyJonas Toth
2018-09-17[Clang-Tidy: modernize] Fix for modernize-redundant-void-arg: complains about...Idriss Riouak
2018-09-14[modernize-use-transparent-functors] TypeLocs can be implicitly created, don'...Benjamin Kramer
2018-09-12[clang-tidy] Abseil: Add more directories that are slated for future absl exp...Benjamin Kramer
2018-09-12[NFC] Fix build breakage due to missing dep caused by D51950Shuai Wang
2018-09-11[clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang
2018-09-11[clang-tidy] Handle sugared reference types in ExprMutationAnalyzerShuai Wang
2018-09-11[clang-tidy] Handle unique owning smart pointers in ExprMutationAnalyzerShuai Wang
2018-09-11[clang-tidy] Insert absl::StrAppend when replacing StrCat.Benjamin Kramer
2018-09-11[clang-tidy] Add a missing comma after "flags"Benjamin Kramer
2018-09-11Revert "Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAna...Shuai Wang
2018-09-10Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"Shuai Wang
2018-09-10[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888Roman Lebedev
2018-09-10[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzerShuai Wang
2018-09-07[clang-tidy/ObjC] Update list of acronyms in PropertyDeclarationCheckBen Hamilton
2018-09-07[clang-tidy] Abseil: Allow macros inside of absl to use internal absl thingsBenjamin Kramer
2018-09-06Fix reported range of partial token replacementStephen Kelly
2018-09-05[clang-tidy] minor bug fix to AbseilMatcher.hEric Liu
2018-08-30[clang-tidy] Use simple string matching instead of RegexKirill Bobyrev
2018-08-29[clang-tidy] Add abseil-no-internal-dependencies checkJonas Toth
2018-08-29Introduce the abseil-redundant-strcat-calls check.Aaron Ballman
2018-08-29Introduce the abseil-str-cat-append check.Aaron Ballman
2018-08-28[clang-tidy] Abseil: no namepsace checkHaojian Wu
2018-08-22[clang-tidy] Abseil: faster strsplit delimiter checkHaojian Wu
2018-08-17[clang-tidy] Abseil: integral division of Duration checkHaojian Wu
2018-08-13[clang-tidy] Recognize [[clang::reinitializes]] attribute in bugprone-use-aft...Martin Bohme
2018-08-12Adding the readability module to the list of dependencies for the C++ Core Gu...Aaron Ballman
2018-08-12Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman
2018-08-10[clang-tidy: modernize] modernize-redundant-void-arg crashes when a function ...Alexander Kornienko
2018-08-10[clang-tidy] run-clang-tidy.py - add synchronisation to the outputAndi-Bogdan Postelnicu
2018-08-10[clang-tidy] Omit cases where loop variable is not used in loop body inHaojian Wu
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-08-03[clang-tidy] Sequence init statements, declarations, and conditions correctly...Martin Bohme
2018-08-03Use ExprMutationAnalyzer in performance-unnecessary-value-paramShuai Wang