Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-18 | Rename PCHReader to ASTReader. | Sebastian Redl | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111467 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-01-04 | Add missing newline (which breaks MSVC build???) | Daniel Dunbar | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92522 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-01-04 | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor | |
definitions from a precompiled header. This ensures that code-completion with macro names behaves the same with or without precompiled headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92497 91177308-0d34-0410-b5e6-96231b3b80d8 |