aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone
AgeCommit message (Expand)Author
2019-10-13[clang-tidy] bugprone-not-null-terminated-result: checker adjustments 2Csaba Dabis
2019-10-13[clang-tidy] bugprone-not-null-terminated-result: checker adjustmentsCsaba Dabis
2019-10-13[clang-tidy] New checker for not null-terminated result caused by strlen(), s...Csaba Dabis
2019-10-02[clang-tidy] Fix for commits rL372706 and rL372711Adam Balogh
2019-09-24[clang-tidy] Add missing InfiniteLoopCheck.h, InfiniteLoopCheck.cpp and test ...Fangrui Song
2019-09-24Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting...Simon Pilgrim
2019-09-24[clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite ...Adam Balogh
2019-09-23Removed an incorred namespace-end commentDmitri Gribenko
2019-09-19[clang-tidy] Fix bugprone-argument-comment-check to correctly ignore implicit...Yitzhak Mandelbaum
2019-09-16[clang-tidy] add checks to bugprone-posix-returnJian Cai
2019-09-05[clang-tidy] Make most ArgumentCommentCheck options local, as they should beAlexander Kornienko
2019-09-05Add a bugprone-argument-comment option: IgnoreSingleArgument.Alexander Kornienko
2019-09-05[clang-tidy] Fix bugprone-argument-comment bug: negative literal number is no...Alexander Kornienko
2019-09-04[clang-tidy] Fix bugprone-argument-comment bug if there are marcos.Alexander Kornienko
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko
2019-08-21[clang-tidy] Check for dynamically initialized statics in headers.Yuanfang Chen
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-17[clang-tidy] Fix crash on end location inside macroNathan Huckleberry
2019-07-13Simplify with llvm::is_contained. NFCFangrui Song
2019-07-03[clang-tidy] new check: bugprone-posix-returnDmitri Gribenko
2019-06-11[clang-tidy] Fix typo in bugprone-string-constructor.Clement Courbet
2019-05-23[clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignmentTamas Zolnai
2019-05-20[clang-tidy] Sort this list alphabeticallyTamas Zolnai
2019-05-15[clang-tidy] new check: bugprone-branch-cloneKristof Umann
2019-05-12[clang-tidy] new check: bugprone-unhandled-self-assignmentTamas Zolnai
2019-05-07[clang-tidy] Extend bugprone-sizeof-expression to check sizeof(pointers to st...Adam Balogh
2019-05-06[clang-tidy] Extend bugprone-sizeof-expression check to detect sizeof misuse ...Adam Balogh
2019-05-03Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko
2019-04-14[clang-tidy] Add MagnitudeBitsUpperLimit option to bugprone-too-small-loop-v...Tamas Zolnai
2019-04-04Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber
2019-03-25[clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko
2019-03-25[clang-tidy] Fix more false positives for bugprone-string-integer-assignmentClement Courbet
2019-03-22[clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko
2019-03-05[clang-tidy] Fix bugprone-string-constructor crashAlexander Kornienko
2019-02-28[clang-tidy] bugprone-string-integer-assignment: Reduce false positives.Clement Courbet
2019-02-28[clang-tidy] misc-string-integer-assignment: fix false positiveClement Courbet
2019-02-25[clang-tidy] misc-string-integer-assignment: ignore toupper/tolowerClement Courbet
2019-02-20[clang-tidy] refactor ExceptionAnalyzer further to give ternary answerJonas Toth
2019-02-17[clang-tidy][NFCI] DanglingHandleCheck: Remove a superflous IgnoreParenImpCastsBruno Ricci
2019-02-08[clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad
2019-01-31[clang-tidy] refactor bugprone-exception-escape analysis into classJonas Toth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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