aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorJoachim Priesner <llvm-project-704996@jspam.de>2022-06-20 13:30:02 +0100
committerNathan James <n.james93@hotmail.co.uk>2022-06-20 13:30:30 +0100
commit541a50e20702a8046fe5076742611354cb6dd0f3 (patch)
treececc175a7326f75169b23669f07156c659a365ef /llvm/tools/llvm-objdump/llvm-objdump.cpp
parentd93de1acdc46f36a398875a2eda373a2033319b4 (diff)
downloadllvm-541a50e20702a8046fe5076742611354cb6dd0f3.zip
llvm-541a50e20702a8046fe5076742611354cb6dd0f3.tar.gz
llvm-541a50e20702a8046fe5076742611354cb6dd0f3.tar.bz2
[clang-tidy] bugprone-argument-comment: Ignore calls to user-defined literals
Without this change, code such as "f(/*param=*/1_op)" will check the comment twice, once for the parameter of f (correct) and once for the parameter of operator""_op (likely incorrect). The change removes only the second check. Reviewed By: njames93, LegalizeAdulthood Differential Revision: https://reviews.llvm.org/D125885
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions