summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix lots of PCH crashes caused by the new assertions inDouglas Gregor2009-05-221-3/+4
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-3/+3
* Template instantiation for IndirectGotoStmt. Now my life is complete.Douglas Gregor2009-05-161-0/+1
* Template instantiation for switch statementsDouglas Gregor2009-05-151-0/+3
* Template instantiation for "for" loopsDouglas Gregor2009-05-151-0/+2
* Template instantiation for do-while statements.Douglas Gregor2009-05-151-0/+1
* Template instantiation for "if" statements. Also:Douglas Gregor2009-05-151-0/+1
* Make the PCH reader use the diagnostics system for its complaints.Douglas Gregor2009-04-281-8/+2
* Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far)Chris Lattner2009-04-271-7/+7
* read all decls (and attributes and stmts/exprs referenced by the decl)Chris Lattner2009-04-271-1/+0
* change the interface to ReadStmt to force clients to pass a cursor in to read...Chris Lattner2009-04-271-14/+14
* split stmt/expr deserialization out to PCHReaderStmt.cppChris Lattner2009-04-271-0/+1134
OpenPOWER on IntegriCloud