forked from OSchip/llvm-project
parent
cc1cd6f484
commit
24cbfc370b
|
@ -105,7 +105,7 @@ int f6c(int *p, int *q) {
|
|||
: bar3(p, 2, q); // no-warning
|
||||
}
|
||||
|
||||
int f6d(int *p) {
|
||||
void f6d(int *p) {
|
||||
bar(p, 0);
|
||||
// At this point, 'p' cannot be null.
|
||||
if (!p) {
|
||||
|
|
Loading…
Reference in New Issue