We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdef6a commit bce2504Copy full SHA for bce2504
clang-tools-extra/test/clang-tidy/checkers/fuchsia/default-arguments-calls.cpp
@@ -26,7 +26,7 @@ void S::x(int i = 12) {}
26
int main() {
27
S s;
28
s.x();
29
- // CHECK-NOTES: [[@LINE-1]]:3: warning: calling a function that uses a default argument is disallowed [fuchsia-default-arguments-calls]
+ // CHECK-NOTES: [[@LINE-1]]:5: warning: calling a function that uses a default argument is disallowed [fuchsia-default-arguments-calls]
30
// CHECK-NOTES: [[@LINE-6]]:11: note: default parameter was declared here
31
// CHECK-NEXT: void S::x(int i = 12) {}
32
x();
0 commit comments