summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-1775/+0
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-0/+1775
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-1775/+0
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-1/+7
* 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-10/+17
* Implement PCH support for offsetof(base-specifier).Argyrios Kyrtzidis2010-07-291-3/+5
* Add source location information to C++ base specifiers.Nick Lewycky2010-07-261-2/+1
* Thread bitstream cursors all the way through the AST reading stuff. This way,...Sebastian Redl2010-07-221-20/+22
* Support C++ try/catch statements for PCH.Argyrios Kyrtzidis2010-07-221-0/+31
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-1/+1
* First baby steps towards PCHReader being able to keep track of multiple PCH f...Sebastian Redl2010-07-161-1/+1
* Downgrade the "when type is in parentheses, array cannot have dynamicDouglas Gregor2010-07-131-1/+4
* Add PCH support for the remaining C++ exprs.Argyrios Kyrtzidis2010-07-101-5/+42
* Read/write the C++ parts of DeclRefExpr and MemberExpr for PCH.Argyrios Kyrtzidis2010-07-081-11/+59
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-4/+4
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-4/+4
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-4/+4
* Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis2010-07-021-0/+8
* Fix broken PCH support for CXXDefaultArgExpr.Argyrios Kyrtzidis2010-07-021-6/+13
* Support ParenListExpr for PCH.Argyrios Kyrtzidis2010-06-301-1/+17
* When we know that we are at sub-statement reading (which is all of PCHStmtRea...Argyrios Kyrtzidis2010-06-291-87/+88
* Modify the way sub-statements are stored and retrieved from PCH.Argyrios Kyrtzidis2010-06-281-469/+351
* Support CXXPseudoDestructorExpr for PCH.Argyrios Kyrtzidis2010-06-281-0/+26
* Support DependentScopeDeclRefExpr for PCH.Argyrios Kyrtzidis2010-06-281-0/+26
* Refactor PCH reading/writing of template arguments passed to expressions.Argyrios Kyrtzidis2010-06-281-39/+43
* Fix PCH emitting/reading for template arguments that contain expressions.Argyrios Kyrtzidis2010-06-281-8/+37
* Support UnresolvedLookupExpr for PCH.Argyrios Kyrtzidis2010-06-251-0/+14
* Support UnresolvedMemberExpr for PCH.Argyrios Kyrtzidis2010-06-251-2/+51
* Support a couple more C++ Exprs for PCH.Argyrios Kyrtzidis2010-06-241-1/+57
* Fix broken de/serialization for a couple of C++ Exprs.Argyrios Kyrtzidis2010-06-241-4/+7
* Read/write CXXDeleteExpr from/to PCH.Argyrios Kyrtzidis2010-06-221-0/+14
* Alter the internal representation of the condition variable inDouglas Gregor2010-06-211-4/+8
* Added a field to BlockDeclRefExpr for future use.Fariborz Jahanian2010-06-041-1/+2
* 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
* Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTConte...Ted Kremenek2010-05-101-1/+1
* pch'ify CXXNewExpr and CXXZeroInitValueExprChris Lattner2010-05-101-0/+47
* pchify CXXTemporary, CXXBindTemporaryExpr, and Chris Lattner2010-05-101-1/+31
* pch'ify default argument definitions and uses.Chris Lattner2010-05-091-1/+16
* pch'ify 'this' and 'throw'Chris Lattner2010-05-091-0/+20
* pch'ify typeid.Chris Lattner2010-05-091-0/+20
* pchify CXXMemberCallExpr correctly. Before it would serializeChris Lattner2010-05-091-0/+4
* 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/+45
* Make the static type of the exception variable in an Objective-CDouglas Gregor2010-04-261-1/+1
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-8/+19
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-15/+33
* Keep proper source location information for the type in an Objective-CDouglas Gregor2010-04-201-1/+1
OpenPOWER on IntegriCloud