Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Allow building a precompiled preamble with compiler errors | Argyrios Kyrtzidis | 2013-06-11 | 1 | -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 Kyrtzidis | 2012-10-25 | 1 | -0/+6 |
when computing the size of the precompiled preamble. llvm-svn: 166659 |