Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Macro history (de-)serialization. Deserialization currently reads only the ↵ | Alexander Kornienko | 2012-09-25 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | latest macro definition. Needs more work. Summary: Passes all tests (+ the new one with code completion), but needs a thorough review in part related to modules. Reviewers: doug.gregor Reviewed By: alexfh CC: cfe-commits, rsmith Differential Revision: http://llvm-reviews.chandlerc.com/D41 llvm-svn: 164610 | ||||
* | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor | 2010-01-04 | 1 | -0/+4 |
definitions from a precompiled header. This ensures that code-completion with macro names behaves the same with or without precompiled headers. llvm-svn: 92497 |