Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PCH support for a few very, very simple kinds of expressions. Hook up | Douglas Gregor | 2009-04-14 | 1 | -1/+1 |
| | | | | | | | expression (de-)serialization for VLAs, variable initializers, enum constant initializers, and bitfield widths. llvm-svn: 69075 | ||||
* | Add a tricky, tricky test case for PCH that we currently don't handle. ↵ | Douglas Gregor | 2009-04-14 | 1 | -0/+4 |
| | | | | | | Committed with a FIXME so that we don't forget it llvm-svn: 69052 | ||||
* | PCH support for record decls/types and their fields. Now that we can | Douglas Gregor | 2009-04-13 | 1 | -0/+25 |
handle the definition of __builtin_va_list on x86-64, eliminate the forced -triple in PCH tests to get better coverage. llvm-svn: 68988 |