summaryrefslogtreecommitdiff
path: root/test/AST/coroutine-source-location-crash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang] Do not read from 'test/SemaCXX/Inputs' inside 'test/AST'Ilya Biryukov2018-12-031-1/+1
| | | | | | | Our integrate relies on test inputs being taken from the same diretory as the test itself. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348123 91177308-0d34-0410-b5e6-96231b3b80d8
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-301-0/+33
This moves everything primarily testing the functionality of -ast-dump and -ast-print into their own directory, rather than leaving the tests spread around the testing directory. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348017 91177308-0d34-0410-b5e6-96231b3b80d8