summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a CastKind enum to CastExpr. Right now it's not used for much but it will...Anders Carlsson2009-07-311-0/+2
* Allow front-end 'isa' access on object's of type 'id'.Steve Naroff2009-07-241-0/+12
* Read/write a CXXOperatorCallExpr from/to PCH files.Argyrios Kyrtzidis2009-07-141-1/+16
* Fix PR 4489, a PCH crash during de-serialization.Douglas Gregor2009-07-011-1/+0
* Added writing and reading of the ConstQualAdded flag ofFariborz Jahanian2009-06-201-0/+1
* add the location of the ')' in a do/while statement to DoStmt.Chris Lattner2009-06-121-0/+1
* 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