summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/Inputs/test3.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-08-24 22:44:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-08-24 22:44:13 +0000
commitd435275c59cc3aa8a9ec45d2f20eb75fa2bda0b5 (patch)
tree377e7f4929db5ae2b33cdb570dd40cf70b86598a /clang/test/Frontend/Inputs/test3.h
parent5b8967f8a25068c5bf7007ee04ac2aa03e97e735 (diff)
downloadbcm5719-llvm-d435275c59cc3aa8a9ec45d2f20eb75fa2bda0b5.tar.gz
bcm5719-llvm-d435275c59cc3aa8a9ec45d2f20eb75fa2bda0b5.zip
Frontend: Add basic -H support.
- I didn't implement the GCC "multiple include guard" detection parts, because it doesn't seem useful or obvious. llvm-svn: 111983
Diffstat (limited to 'clang/test/Frontend/Inputs/test3.h')
-rw-r--r--clang/test/Frontend/Inputs/test3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Frontend/Inputs/test3.h b/clang/test/Frontend/Inputs/test3.h
new file mode 100644
index 00000000000..92ff4b8fac0
--- /dev/null
+++ b/clang/test/Frontend/Inputs/test3.h
@@ -0,0 +1 @@
+int y;
OpenPOWER on IntegriCloud