commit | d435275c59cc3aa8a9ec45d2f20eb75fa2bda0b5 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Aug 24 22:44:13 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Aug 24 22:44:13 2010 +0000 |
tree | 377e7f4929db5ae2b33cdb570dd40cf70b86598a | |
parent | 5b8967f8a25068c5bf7007ee04ac2aa03e97e735 [diff] [blame] |
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
diff --git a/clang/test/Frontend/Inputs/test3.h b/clang/test/Frontend/Inputs/test3.h new file mode 100644 index 0000000..92ff4b8 --- /dev/null +++ b/clang/test/Frontend/Inputs/test3.h
@@ -0,0 +1 @@ +int y;