Age | Commit message (Expand) | Author |
---|---|---|
2009-07-31 | Add a CastKind enum to CastExpr. Right now it's not used for much but it will... | Anders Carlsson |
2009-07-24 | Allow front-end 'isa' access on object's of type 'id'. | Steve Naroff |
2009-07-14 | Read/write a CXXOperatorCallExpr from/to PCH files. | Argyrios Kyrtzidis |
2009-07-01 | Fix PR 4489, a PCH crash during de-serialization. | Douglas Gregor |
2009-06-20 | Added writing and reading of the ConstQualAdded flag of | Fariborz Jahanian |
2009-06-12 | add the location of the ')' in a do/while statement to DoStmt. | Chris Lattner |
2009-05-16 | Template instantiation for IndirectGotoStmt. Now my life is complete. | Douglas Gregor |
2009-05-15 | Template instantiation for switch statements | Douglas Gregor |
2009-05-15 | Template instantiation for "for" loops | Douglas Gregor |
2009-05-15 | Template instantiation for do-while statements. | Douglas Gregor |
2009-05-15 | Template instantiation for "if" statements. Also: | Douglas Gregor |
2009-04-27 | split expr/stmt writing out to PCHWriterStmt.cpp | Chris Lattner |