diff options
| author | Alp Toker <alp@nuanti.com> | 2014-05-04 13:00:32 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-05-04 13:00:32 +0000 |
| commit | a01285c4b3e0da22c41b4e2e2e06acb756ce5e13 (patch) | |
| tree | 85204930e62ac64b4c5380108ecc0fa31d09b355 /clang/test/PCH | |
| parent | 312dddfb81500e05f7d22264f95ab4162d237f82 (diff) | |
| download | bcm5719-llvm-a01285c4b3e0da22c41b4e2e2e06acb756ce5e13.tar.gz bcm5719-llvm-a01285c4b3e0da22c41b4e2e2e06acb756ce5e13.zip | |
Split out header integration tests
These are somewhat arbitrary tests that check if "thing goes fine" when
processing various platform-specific headers.
Also move warn-sysheader.cpp to Misc where the other diagnostics infrastructure
tests live.
File moves only.
llvm-svn: 207936
Diffstat (limited to 'clang/test/PCH')
| -rw-r--r-- | clang/test/PCH/cocoa.m | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/test/PCH/cocoa.m b/clang/test/PCH/cocoa.m deleted file mode 100644 index 0159b320149..00000000000 --- a/clang/test/PCH/cocoa.m +++ /dev/null @@ -1,7 +0,0 @@ -// RUN: %clang -arch x86_64 -x objective-c-header %s -o %t.h.pch -// RUN: touch %t.empty.m -// RUN: %clang -arch x86_64 -fsyntax-only %t.empty.m -include %t.h -Xclang -ast-dump 2>&1 > /dev/null -#ifdef __APPLE__ -#include <Cocoa/Cocoa.h> -#endif - |

