Lines Matching full:comment
1 // RUN: %check_clang_tidy %s bugprone-argument-comment %t -- \
3 // RUN: bugprone-argument-comment.CommentBoolLiterals: true, \
4 // RUN: bugprone-argument-comment.CommentIntegerLiterals: true, \
5 // RUN: bugprone-argument-comment.CommentFloatLiterals: true, \
6 // RUN: bugprone-argument-comment.CommentUserDefinedLiterals: true, \
7 // RUN: bugprone-argument-comment.CommentStringLiterals: true, \
8 // RUN: bugprone-argument-comment.CommentNullPtrs: true, \
9 // RUN: bugprone-argument-comment.CommentCharacterLiterals: true}}" --
38 …ESSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'abc' [bugprone-arg… in test()
42 …ESSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'abc' [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]]:15: warning: argument comment missing for literal argument 'cde' [bugprone-arg… in test()
51 …ESSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'abc' [bugprone-arg… in test()
52 …SSAGES: [[@LINE-2]]:16: warning: argument comment missing for literal argument 'cde' [bugprone-arg… in test()
56 …SSAGES: [[@LINE-1]]:24: warning: argument comment missing for literal argument 'cde' [bugprone-arg… in test()
60 …ESSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'abc' [bugprone-arg… in test()
68 …SSAGES: [[@LINE-1]]:13: warning: argument comment missing for literal argument 'abc' [bugprone-arg… in test()
72 …SSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'iabc' [bugprone-arg… in test()
76 …SSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'fabc' [bugprone-arg… in test()
80 …SSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'fabc' [bugprone-arg… in test()
84 …SSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'dabc' [bugprone-arg… in test()
88 …SSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'dabc' [bugprone-arg… in test()
104 …SAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'strabc' [bugprone-ar… in test()
108 …AGES: [[@LINE-1]]:10: warning: argument comment missing for literal argument 'wstrabc' [bugprone-a… in test()
112 …AGES: [[@LINE-1]]:12: warning: argument comment missing for literal argument 'ptrabc' [bugprone-ar… in test()
116 …SSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'dabc' [bugprone-arg… in test()
120 …SSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'dabc' [bugprone-arg… in test()
124 …SSAGES: [[@LINE-1]]:9: warning: argument comment missing for literal argument 'chabc' [bugprone-ar… in test()
130 …MESSAGES: [[@LINE-1]]:5: warning: argument comment missing for literal argument 'b' [bugprone-argu… in test()
133 …MESSAGES: [[@LINE-1]]:5: warning: argument comment missing for literal argument 'b' [bugprone-argu… in test()
138 …MESSAGES: [[@LINE-1]]:5: warning: argument comment missing for literal argument 'a' [bugprone-argu… in test()
143 …ESSAGES: [[@LINE-1]]:11: warning: argument comment missing for literal argument 'b' [bugprone-argu… in test()
148 …ESSAGES: [[@LINE-1]]:17: warning: argument comment missing for literal argument 'c' [bugprone-argu… in test()
153 …ESSAGES: [[@LINE-1]]:11: warning: argument comment missing for literal argument 'b' [bugprone-argu… in test()
154 …ESSAGES: [[@LINE-2]]:14: warning: argument comment missing for literal argument 'c' [bugprone-argu… in test()
159 …MESSAGES: [[@LINE-1]]:5: warning: argument comment missing for literal argument 'a' [bugprone-argu… in test()
160 …ESSAGES: [[@LINE-2]]:14: warning: argument comment missing for literal argument 'c' [bugprone-argu… in test()
165 …MESSAGES: [[@LINE-1]]:5: warning: argument comment missing for literal argument 'a' [bugprone-argu… in test()
166 …MESSAGES: [[@LINE-2]]:8: warning: argument comment missing for literal argument 'b' [bugprone-argu… in test()
181 … [[@LINE-1]]:5: warning: argument comment missing for literal argument '_with_underscores_' [bugpr… in ignores_underscores()
185 // CHECK-MESSAGES: [[@LINE-1]]:5: warning: argument comment missing for literal argument in ignores_underscores()