]> granicus.if.org Git - clang/commitdiff
Move an input header file under an Inputs directory to be consistent
authorChandler Carruth <chandlerc@gmail.com>
Sat, 19 Jan 2013 06:31:24 +0000 (06:31 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 19 Jan 2013 06:31:24 +0000 (06:31 +0000)
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

test/Analysis/diagnostics/Inputs/include/sys/queue.h [moved from test/Analysis/diagnostics/include/sys/queue.h with 100% similarity]
test/Analysis/diagnostics/false-positive-suppression.c

index 420a57338001a2622b67edfe155789154a575be8..cdcd7cc7779803f3dd40355790ebb1ee22e8e039 100644 (file)
@@ -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"