summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-19 06:31:24 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-19 06:31:24 +0000
commita2bb7f9d308fcead9911c396f256b75bd9f311c8 (patch)
tree25c51f8432c27d4434165f715f7a0956fa7a1354 /clang/test
parenta83b407c511f7670bda5cad3b3c4dcc56f91f549 (diff)
downloadbcm5719-llvm-a2bb7f9d308fcead9911c396f256b75bd9f311c8.tar.gz
bcm5719-llvm-a2bb7f9d308fcead9911c396f256b75bd9f311c8.zip
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
Diffstat (limited to 'clang/test')
-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.c2
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 e5698ed443b..e5698ed443b 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 420a5733800..cdcd7cc7779 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"
OpenPOWER on IntegriCloud