summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/struct.h
Commit message (Collapse)AuthorAgeFilesLines
* PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor2009-04-141-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 Gregor2009-04-141-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 canDouglas Gregor2009-04-131-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
OpenPOWER on IntegriCloud