summaryrefslogtreecommitdiffstats
path: root/test/Index/preamble-reparse-warn-end-of-file.c
Commit message (Collapse)AuthorAgeFilesLines
* clang/test/Index/preamble-reparse-warn-*.c: Stabilize on win32.NAKAMURA Takumi2014-03-101-4/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203446 91177308-0d34-0410-b5e6-96231b3b80d8
* clang/test/Index/preamble-reparse-warn-*.c: Use @LINE in FileCheck.NAKAMURA Takumi2014-03-101-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203445 91177308-0d34-0410-b5e6-96231b3b80d8
* [libclang] Don't pad the main buffer for the preamble.Argyrios Kyrtzidis2014-03-091-0/+12
Padding does not seem to be useful currently, and it leads to bogus location if an error points to the end of the file. rdar://15836513 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203370 91177308-0d34-0410-b5e6-96231b3b80d8