[cfe-commits] r67386 - /cfe/trunk/test/Preprocessor/include-pth.c

Ted Kremenek kremenek at apple.com
Fri Mar 20 10:56:13 PDT 2009


Author: kremenek
Date: Fri Mar 20 12:56:12 2009
New Revision: 67386

URL: http://llvm.org/viewvc/llvm-project?rev=67386&view=rev
Log:
Add test case for '-include-pth'.

Added:
    cfe/trunk/test/Preprocessor/include-pth.c

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

==============================================================================
--- cfe/trunk/test/Preprocessor/include-pth.c (added)
+++ cfe/trunk/test/Preprocessor/include-pth.c Fri Mar 20 12:56:12 2009
@@ -0,0 +1 @@
+// RUN: clang -x c-header file_to_include.h -o %t && clang -include-pth %t %s -E | grep 'file_to_include'





More information about the cfe-commits mailing list