| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed a race condition in PrecompiledPreamble. | Ilya Biryukov | 2017-08-10 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | Summary: Two PrecompiledPreambles, used in parallel on separate threads, could be writing preamble to the same temporary file. Reviewers: bkramer, krasimir, klimek Reviewed By: klimek Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D36529 llvm-svn: 310618 | ||||
| * | Fix unused-variable compilation error. | Haojian Wu | 2017-06-21 | 1 | -0/+2 |
| | | | | | llvm-svn: 305898 | ||||
| * | Moved code hanlding precompiled preamble out of the ASTUnit. | Ilya Biryukov | 2017-06-21 | 1 | -0/+561 |
| Reviewers: bkramer, krasimir, arphaman, akyrtzi, klimek Reviewed By: klimek Subscribers: mgorny, klimek, cfe-commits Differential Revision: https://reviews.llvm.org/D34287 llvm-svn: 305890 | |||||

