| commit | f0168de936ec39f043a801f474fd063e533827ed | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Jun 11 00:36:55 2013 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Jun 11 00:36:55 2013 +0000 |
| tree | 25b1446714c56dbbb4e2112f38d04d840b7c6bdd | |
| parent | 97fe23e00a88957494bf2c993c998907b894206a [diff] |
[libclang] Allow building a precompiled preamble with compiler errors 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