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 | a2bb7f9d308fcead9911c396f256b75bd9f311c8 (patch) | |
tree | 25c51f8432c27d4434165f715f7a0956fa7a1354 | |
parent | a83b407c511f7670bda5cad3b3c4dcc56f91f549 (diff) | |
download | llvm-a2bb7f9d308fcead9911c396f256b75bd9f311c8.zip llvm-a2bb7f9d308fcead9911c396f256b75bd9f311c8.tar.gz llvm-a2bb7f9d308fcead9911c396f256b75bd9f311c8.tar.bz2 |
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.
llvm-svn: 172890
-rw-r--r-- | clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h (renamed from clang/test/Analysis/diagnostics/include/sys/queue.h) | 0 | ||||
-rw-r--r-- | clang/test/Analysis/diagnostics/false-positive-suppression.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/diagnostics/include/sys/queue.h b/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h index e5698ed..e5698ed 100644 --- a/clang/test/Analysis/diagnostics/include/sys/queue.h +++ b/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h diff --git a/clang/test/Analysis/diagnostics/false-positive-suppression.c b/clang/test/Analysis/diagnostics/false-positive-suppression.c index 420a573..cdcd7cc 100644 --- a/clang/test/Analysis/diagnostics/false-positive-suppression.c +++ b/clang/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" |