aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/bugprone/ArgumentCommentCheck.cpp
AgeCommit message (Expand)Author
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-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-02-08[clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-05[clang-tidy] NFC refactor lexer-utils to be usable without ASTContextJonas Toth
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-11-23[clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko