summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed an incorred namespace-end commentDmitri Gribenko2019-09-231-1/+1
* [clang-tidy] Fix bugprone-argument-comment-check to correctly ignore implicit...Yitzhak Mandelbaum2019-09-191-1/+1
* [clang-tidy] Make most ArgumentCommentCheck options local, as they should beAlexander Kornienko2019-09-051-13/+8
* Add a bugprone-argument-comment option: IgnoreSingleArgument.Alexander Kornienko2019-09-051-1/+3
* [clang-tidy] Fix bugprone-argument-comment bug: negative literal number is no...Alexander Kornienko2019-09-051-1/+3
* [clang-tidy] Fix bugprone-argument-comment bug if there are marcos.Alexander Kornienko2019-09-041-2/+2
* [clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad2019-02-081-10/+57
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] NFC refactor lexer-utils to be usable without ASTContextJonas Toth2018-10-051-2/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko2017-11-231-0/+308
OpenPOWER on IntegriCloud