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 4dca614 commit 9ac7689Copy full SHA for 9ac7689
clang/test/Analysis/stackaddrleak.c
@@ -67,4 +67,4 @@ int *f_no_lifetime_bound(int *p);
67
int *g_no_lifetime_bound() {
68
int i = 0;
69
return f_no_lifetime_bound(&i); // no-warning
70
-}
+}
0 commit comments