diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-19 06:31:24 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-19 06:31:24 +0000 |
commit | 6ee777de8b35a3a18da424356aebe9ec743dc497 (patch) | |
tree | 80d0bdeb2ddaca5d2dcf173803efdcf9a1d5c28e | |
parent | 39371b8bbf1bb54bcadef74cffefc98ca8f00b76 (diff) |
Move an input header file under an Inputs directory to be consistent
with other auxilliary test inputs and simplify the identification of
inputs to tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172890 91177308-0d34-0410-b5e6-96231b3b80d8
-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" |