summaryrefslogtreecommitdiff
path: root/test/Integration/carbon.c
Commit message (Collapse)AuthorAgeFilesLines
* Tie the macOS tests in test/Integration to the latest macOS SDKAlex Lorenz2017-06-021-0/+1
| | | | | | | | | This change will ensure that these tests won't fail when a new SDK that utilizes new compiler features is used. See https://reviews.llvm.org/D32178 for more context. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304542 91177308-0d34-0410-b5e6-96231b3b80d8
* Split out header integration testsAlp Toker2014-05-041-0/+4
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207936 91177308-0d34-0410-b5e6-96231b3b80d8