summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/preamble-reparse-with-BOM.m
Commit message (Collapse)AuthorAgeFilesLines
* [libclang] Allow building a precompiled preamble with compiler errorsArgyrios Kyrtzidis2013-06-111-2/+4
| | | | | | | | | | | A while ago we allowed libclang to build a PCH that had compiler errors; this was to retain the performance afforded by a PCH even if the user's code is in an intermediate state. Extend this for the precompiled preamble as well. rdar://14109828 llvm-svn: 183717
* Take into account that there may be a BOM at the beginning of the file,Argyrios Kyrtzidis2012-10-251-0/+6
when computing the size of the precompiled preamble. llvm-svn: 166659
OpenPOWER on IntegriCloud