aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone
AgeCommit message (Expand)Author
2019-01-16[clang-tidy] bugprone-string-constructor: Catch string from nullptr.Clement Courbet
2019-01-16[clang-tidy] Treat references to smart pointers correctly in use-after-move.Martin Bohme
2019-01-11Adapt to CXXMethodDecl::getThisType change (NFC)Brian Gesiak
2018-12-05Revert "[clang-tidy] new check: bugprone-branch-clone"Jonas Toth
2018-12-05[clang-tidy] new check: bugprone-branch-cloneJonas Toth
2018-12-05Fix a false positive in misplaced-widening-castJonas Toth
2018-11-28Re-commit r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg
2018-11-27Revert r347419 "Update call to EvaluateAsInt() to the new syntax."Hans Wennborg
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-11-21Update call to EvaluateAsInt() to the new syntax.Bill Wendling
2018-11-21Revert 347366, its prerequisite 347364 got reverted.Nico Weber
2018-11-20Update EvaluateAsInt to the new syntax.Bill Wendling
2018-11-12[clang-tidy] new check: bugprone-too-small-loop-variableJonas Toth
2018-10-27[AST] Refactor PredefinedExprBruno Ricci
2018-10-13[clang-tidy] Optimize query in bugprone-exception-escapeAdam Balogh
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-10-05[clang-tidy] NFC refactor lexer-utils to be usable without ASTContextJonas Toth
2018-10-04[clang-tidy] fix PR39167, bugprone-exception-escape hangs-upJonas Toth
2018-10-04[clang-tidy] Sequence statements with multiple parents correctly (PR39149)Martin Bohme
2018-08-13[clang-tidy] Recognize [[clang::reinitializes]] attribute in bugprone-use-aft...Martin Bohme
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
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-30Fix up after clang r331155.Richard Smith
2018-04-24[clang-tidy] Improve bugprone-unused-return-value checkJonathan Coe
2018-04-13[clang-tidy] Fix ParentVirtualCallCheck for old MSVS compilersZinovy Nis
2018-04-13[clang-tidy] [bugprone-parent-virtual-call] Minor cosmetic changes. NFCZinovy Nis
2018-04-09Fix unused variable warning.Chandler Carruth
2018-04-07[clang-tidy] Fix compilation for MSVS@PSP4 for ParentVirtualCallCheck.cppZinovy Nis
2018-04-06[clang-tidy] One more fix compilation for ParentVirtualCallCheck.cpp: find_if...Zinovy Nis
2018-04-06[clang-tidy] Fix compilation for ParentVirtualCallCheck.cppZinovy Nis
2018-04-06[clang-tidy] Check if grand-..parent's virtual method was called instead of o...Zinovy Nis
2018-04-03[clang-tidy] Check for sizeof that call functionsHaojian Wu
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-15Fixed filename in a comment. NFCAlexander 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-18[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer
2018-02-15[clang-tidy] New checker for exceptions that are created but not thrownGabor Horvath
2018-01-31Update header guard.Alexander Kornienko
2018-01-30clang-tidy/rename_check.py misc-incorrect-roundings bugprone-incorrect-roundingsAlexander Kornienko
2018-01-08[clang-tidy] Fix DanglingHandleCheck for the correct conversion operation bet...Samuel Benzaquen