aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/BugproneTidyModule.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-05Revert "[clang-tidy] new check: bugprone-branch-clone"Jonas Toth
2018-12-05[clang-tidy] new check: bugprone-branch-cloneJonas Toth
2018-11-12[clang-tidy] new check: bugprone-too-small-loop-variableJonas Toth
2018-10-13Revert "[clang-tidy] New checker for not null-terminated result caused by str...Jonas Toth
2018-10-12[clang-tidy] New checker for not null-terminated result caused by strlen(), s...Jonas Toth
2018-07-13[clang-tidy] Exception Escape CheckerAdam Balogh
2018-05-23[clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet
2018-05-14[clang-tidy] Add terminating continue checkGabor Horvath
2018-04-06[clang-tidy] Check if grand-..parent's virtual method was called instead of o...Zinovy Nis
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
2018-02-28[clang-tidy] Another batch of checks to rename from misc- to bugprone-.Alexander Kornienko
2018-02-28Rename more checks from misc- to bugprone-.Alexander Kornienko
2018-02-28Rename a few checks from misc- to bugprone-.Alexander Kornienko
2018-02-15[clang-tidy] New checker for exceptions that are created but not thrownGabor Horvath
2018-01-30clang-tidy/rename_check.py misc-incorrect-roundings bugprone-incorrect-roundingsAlexander Kornienko
2017-11-24[clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko
2017-11-24[clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handleAlexander Kornienko
2017-11-23[clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko
2017-11-23[clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructorAlexander Kornienko
2017-11-23[clang-tidy] Misplaced Operator in Strlen in AllocAdam Balogh
2017-11-17[clang-tidy] Fix an oversight after renaming a checkGabor Horvath
2017-11-17[clang-tidy] Add a check for undelegated copy of base classesGabor Horvath
2017-08-10[clang-tidy] Add integer division checkGabor Horvath
2017-07-14[clang-tidy] Add bugprone-undefined-memory-manipulation checkGabor Horvath
2017-07-14[clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath