summaryrefslogtreecommitdiff
path: root/clang-tools-extra/docs/clang-tidy
AgeCommit message (Expand)Author
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-25[clang-tidy] Add modernize-concat-nested-namespaces checkJonas Toth
2018-09-07[clang-tidy/ObjC] Update list of acronyms in PropertyDeclarationCheckBen Hamilton
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] Add Abseil prefix to documentationHaojian Wu
2018-08-22[clang-tidy] Abseil: faster strsplit delimiter checkHaojian Wu
2018-08-17[clang-tidy] Add missing check documentation.Haojian 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-12Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman
2018-08-10[clang-tidy] check_clang_tidy.py: support CHECK-NOTES prefixRoman Lebedev
2018-07-13[clang-tidy] Exception Escape CheckerAdam Balogh
2018-07-13[clang-tidy] readability-inconsistent-declaration-parameter-name: accept appr...Sam McCall
2018-07-05Adding some documentation changes that were missed in r336301.Aaron Ballman
2018-07-05Add the cert-msc51-cpp and cert-msc32-c checks.Aaron Ballman
2018-06-28[clang-tidy] misc-unused-parameters - retain old behavior under StrictModeAlexander Kornienko
2018-06-21[clang-tidy] Remove the google-readability-redundant-smartptr-get aliasAlexander Kornienko
2018-06-15[clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...Zinovy Nis
2018-06-06[clang-tidy] Store checks profiling info as JSON filesRoman Lebedev
2018-05-23[clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet
2018-05-16Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman
2018-05-14[clang-tidy] Add terminating continue checkGabor Horvath
2018-05-11Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett
2018-05-11Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett
2018-05-11[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett
2018-05-09Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module"Julie Hockett
2018-05-09[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia moduleJulie Hockett
2018-05-03[clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko
2018-04-24[clang-tidy] Improve bugprone-unused-return-value checkJonathan Coe
2018-04-21[clang-tidy] Customize FileCheck prefix in check_clang-tidy.pyZinovy Nis
2018-04-12[clang-tidy] readability-function-size: add VariableThreshold param.Roman Lebedev
2018-04-12[Documentation] Fix options order for Release Notes in modernize-use-auto.Zinovy Nis
2018-04-11[Documentation] Fix formatting and order in Release Notes for recent changes ...Eugene Zelenko
2018-04-10[clang-tidy] Add a `android-comparison-in-temp-failure-retry` checkGeorge Burgess IV
2018-04-10[clang-tidy] [modernize-use-auto] Add a threshold for minimal type name lengt...Zinovy Nis
2018-04-10[clang-tidy] Adding alias for anon namespaces in header (fuchsia module)Julie Hockett
2018-04-06[clang-tidy] Check if grand-..parent's virtual method was called instead of o...Zinovy Nis
2018-04-05[clang-tidy] Remove google-runtime-member-string-referencesBenjamin Kramer
2018-04-03[clang-tidy] Check for sizeof that call functionsHaojian Wu
2018-03-21[clang-tidy] Resubmit hicpp-multiway-paths-covered without breaking testJonas Toth
2018-03-19[clang-tidy] New check bugprone-unused-return-valueAlexander Kornienko
2018-03-15[clang-tidy] rename_check.py misc-unused-raii bugprone-unused-raii --check_cl...Alexander Kornienko
2018-03-15[clang-tidy] rename_check.py misc-sizeof-container bugprone-sizeof-containerAlexander Kornienko
2018-03-15[clang-tidy] rename_check.py misc-sizeof-expression bugprone-sizeof-expressionAlexander Kornienko
2018-03-15[clang-tidy] rename_check.py {misc,bugprone}-macro-parenthesesAlexander Kornienko