summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-1370/+0
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-0/+1370
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-1370/+0
* Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()Benjamin Kramer2010-08-171-2/+1
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-0/+5
* Added TypeLocs to VAArgExpr node.Abramo Bagnara2010-08-101-0/+1
* Added TypeLocs to TypesCompatibleExpr node.Abramo Bagnara2010-08-101-2/+2
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-5/+5
* Implement PCH support for offsetof(base-specifier).Argyrios Kyrtzidis2010-07-291-2/+1
* Support C++ try/catch statements for PCH.Argyrios Kyrtzidis2010-07-221-0/+21
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-1/+1
* Downgrade the "when type is in parentheses, array cannot have dynamicDouglas Gregor2010-07-131-1/+1
* Add PCH support for the remaining C++ exprs.Argyrios Kyrtzidis2010-07-101-0/+27
* Read/write the C++ parts of DeclRefExpr and MemberExpr for PCH.Argyrios Kyrtzidis2010-07-081-5/+39
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-3/+3
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-3/+3
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-3/+3
* Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis2010-07-021-0/+5
* Fix broken PCH support for CXXDefaultArgExpr.Argyrios Kyrtzidis2010-07-021-6/+7
* Support ParenListExpr for PCH.Argyrios Kyrtzidis2010-06-301-1/+12
* Modify the way sub-statements are stored and retrieved from PCH.Argyrios Kyrtzidis2010-06-281-148/+105
* Support CXXPseudoDestructorExpr for PCH.Argyrios Kyrtzidis2010-06-281-0/+23
* Support DependentScopeDeclRefExpr for PCH.Argyrios Kyrtzidis2010-06-281-0/+24
* Refactor PCH reading/writing of template arguments passed to expressions.Argyrios Kyrtzidis2010-06-281-48/+56
* Fix PCH emitting/reading for template arguments that contain expressions.Argyrios Kyrtzidis2010-06-281-0/+42
* Make PCHWriter::FlushStmts() robust. If we added null Stmts, reading them bac...Argyrios Kyrtzidis2010-06-251-0/+1
* Support UnresolvedLookupExpr for PCH.Argyrios Kyrtzidis2010-06-251-0/+9
* Support UnresolvedMemberExpr for PCH.Argyrios Kyrtzidis2010-06-251-0/+42
* Print source location when we encounter unhandled statement during PCH writing.Argyrios Kyrtzidis2010-06-251-1/+3
* Support a couple more C++ Exprs for PCH.Argyrios Kyrtzidis2010-06-241-2/+48
* Fix broken de/serialization for a couple of C++ Exprs.Argyrios Kyrtzidis2010-06-241-3/+3
* Read/write CXXDeleteExpr from/to PCH.Argyrios Kyrtzidis2010-06-221-0/+11
* Added a field to BlockDeclRefExpr for future use.Fariborz Jahanian2010-06-041-0/+1
* Implement semantic analysis and an AST representation for the namedDouglas Gregor2010-05-151-0/+1
* Recognize when the named return value optimization applies in aDouglas Gregor2010-05-151-0/+1
* pch'ify CXXNewExpr and CXXZeroInitValueExprChris Lattner2010-05-101-2/+38
* pchify CXXTemporary, CXXBindTemporaryExpr, and Chris Lattner2010-05-101-2/+26
* pch'ify default argument definitions and uses.Chris Lattner2010-05-091-0/+15
* pch'ify 'this' and 'throw'Chris Lattner2010-05-091-0/+16
* pch'ify typeid.Chris Lattner2010-05-091-0/+13
* pchify CXXMemberCallExpr correctly. Before it would serializeChris Lattner2010-05-091-0/+6
* Teach __builtin_offsetof to compute the offsets of members of baseDouglas Gregor2010-04-291-0/+5
* Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor2010-04-281-0/+32
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-3/+6
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-10/+25
* Keep proper source location information for the type in an Objective-CDouglas Gregor2010-04-201-1/+1
* Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor2010-03-081-2/+3
* Roll r95513 back in.Sam Weinig2010-02-071-0/+15
* Roll out r95513, it seems to have broken self hosting.Sam Weinig2010-02-071-15/+0
* Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr.Sam Weinig2010-02-071-0/+15
OpenPOWER on IntegriCloud