From a2bb7f9d308fcead9911c396f256b75bd9f311c8 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sat, 19 Jan 2013 06:31:24 +0000 Subject: [PATCH] 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 --- clang/test/Analysis/diagnostics/{ => Inputs}/include/sys/queue.h | 0 clang/test/Analysis/diagnostics/false-positive-suppression.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename clang/test/Analysis/diagnostics/{ => Inputs}/include/sys/queue.h (100%) diff --git a/clang/test/Analysis/diagnostics/include/sys/queue.h b/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h similarity index 100% rename from clang/test/Analysis/diagnostics/include/sys/queue.h rename to 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" -- 2.7.4