diff options
-rw-r--r-- | test/Analysis/diagnostics/Inputs/include/sys/queue.h (renamed from test/Analysis/diagnostics/include/sys/queue.h) | 0 | ||||
-rw-r--r-- | test/Analysis/diagnostics/false-positive-suppression.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/diagnostics/include/sys/queue.h b/test/Analysis/diagnostics/Inputs/include/sys/queue.h index e5698ed443..e5698ed443 100644 --- a/test/Analysis/diagnostics/include/sys/queue.h +++ b/test/Analysis/diagnostics/Inputs/include/sys/queue.h diff --git a/test/Analysis/diagnostics/false-positive-suppression.c b/test/Analysis/diagnostics/false-positive-suppression.c index 420a573380..cdcd7cc777 100644 --- a/test/Analysis/diagnostics/false-positive-suppression.c +++ b/test/Analysis/diagnostics/false-positive-suppression.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix -verify %s +// RUN: %clang_cc1 -I %S/Inputs -analyze -analyzer-checker=core,unix -verify %s // expected-no-diagnostics #include "include/sys/queue.h" |