summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/enum.h
Commit message (Collapse)AuthorAgeFilesLines
* Add PCH support for ImplicitCastExprs. This is the first expressionDouglas Gregor2009-04-141-1/+1
| | | | | | | | | | kind PCH handles that has an expression as an operand, so most of this work is in the infrastructure to rebuild expression trees from the serialized representation. We now store expressions in post-order (e.g., Reverse Polish Notation), so that we can easily rebuild the appropriate expression tree. llvm-svn: 69101
* PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor2009-04-141-2/+2
| | | | | | | expression (de-)serialization for VLAs, variable initializers, enum constant initializers, and bitfield widths. llvm-svn: 69075
* Add PCH support for enumerations and enumerators.Douglas Gregor2009-04-131-0/+16
llvm-svn: 68974
OpenPOWER on IntegriCloud