Lines Matching full:comment
1 // RUN: %check_clang_tidy %s bugprone-argument-comment %t -- \
3 // RUN: bugprone-argument-comment.IgnoreSingleArgument: true, \
4 // RUN: bugprone-argument-comment.CommentBoolLiterals: true, \
5 // RUN: bugprone-argument-comment.CommentIntegerLiterals: true, \
6 // RUN: bugprone-argument-comment.CommentFloatLiterals: true, \
7 // RUN: bugprone-argument-comment.CommentUserDefinedLiterals: true, \
8 // RUN: bugprone-argument-comment.CommentStringLiterals: true, \
9 // RUN: bugprone-argument-comment.CommentNullPtrs: true, \
10 // RUN: bugprone-argument-comment.CommentCharacterLiterals: true}}" --
41 …ESSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'abc' [bugprone-arg… in test()
42 …SSAGES: [[@LINE-2]]:15: warning: argument comment missing for literal argument 'cde' [bugprone-arg… in test()
46 …ESSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'abc' [bugprone-arg… in test()
47 …SSAGES: [[@LINE-2]]:16: warning: argument comment missing for literal argument 'cde' [bugprone-arg… in test()
51 …SSAGES: [[@LINE-1]]:24: warning: argument comment missing for literal argument 'cde' [bugprone-arg… in test()
55 …ESSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'abc' [bugprone-arg… in test()
63 …SSAGES: [[@LINE-1]]:13: warning: argument comment missing for literal argument 'abc' [bugprone-arg… in test()