[cfe-commits] r56670 - /cfe/trunk/test/Preprocessor/header_lookup1.c

Chris Lattner sabre at nondot.org
Fri Sep 26 11:07:53 PDT 2008


Author: lattner
Date: Fri Sep 26 13:07:51 2008
New Revision: 56670

URL: http://llvm.org/viewvc/llvm-project?rev=56670&view=rev
Log:
testcase for my previous patch.

Added:
    cfe/trunk/test/Preprocessor/header_lookup1.c

Added: cfe/trunk/test/Preprocessor/header_lookup1.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/header_lookup1.c?rev=56670&view=auto

==============================================================================
--- cfe/trunk/test/Preprocessor/header_lookup1.c (added)
+++ cfe/trunk/test/Preprocessor/header_lookup1.c Fri Sep 26 13:07:51 2008
@@ -0,0 +1,2 @@
+// RUN: clang -I /usr/include %s -E | grep 'stdio.h.*3.*4'
+#include <stdio.h>





More information about the cfe-commits mailing list