aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-11[clang-tidy][NFC] add '.clang-tidy' config for clang-tidy project (#147793)Baranov Victor1-1/+1
2023-12-13[clang-tidy] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-2/+2
2022-06-20[clang-tidy] bugprone-argument-comment: Ignore calls to user-defined literalsJoachim Priesner1-1/+1
2021-10-13bugprone-argument-comment: SourceLocation valid judgment avoid emitting cored...liuke1-0/+2
2021-08-03bugprone-argument-comment: ignore mismatches from system headersGeorge Burgess IV1-8/+10
2021-06-25[clang-tools-extra] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-2/+2
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-1/+1
2020-05-07[clang-tidy] Exclude function calls in std namespace for bugprone-argument-co...Haojian Wu1-2/+17
2020-04-12[clang-tidy] Convert config options that are bools to use the bool overload o...Nathan James1-10/+10
2019-09-23Removed an incorred namespace-end commentDmitri Gribenko1-1/+1
2019-09-19[clang-tidy] Fix bugprone-argument-comment-check to correctly ignore implicit...Yitzhak Mandelbaum1-1/+1
2019-09-05[clang-tidy] Make most ArgumentCommentCheck options local, as they should beAlexander Kornienko1-13/+8
2019-09-05Add a bugprone-argument-comment option: IgnoreSingleArgument.Alexander Kornienko1-1/+3
2019-09-05[clang-tidy] Fix bugprone-argument-comment bug: negative literal number is no...Alexander Kornienko1-1/+3
2019-09-04[clang-tidy] Fix bugprone-argument-comment bug if there are marcos.Alexander Kornienko1-2/+2
2019-02-08[clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad1-10/+57
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-05[clang-tidy] NFC refactor lexer-utils to be usable without ASTContextJonas Toth1-2/+3
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-3/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-2/+2
2017-11-23[clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko1-0/+308