summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ASTVector instead of std::vector for the Exprs in InitListExpr. PerformanceTed Kremenek2010-04-131-3/+3
* Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor2010-03-081-2/+3
* Revert: "Change InitListExpr to allocate the array for holding references"Ted Kremenek2010-02-191-2/+2
* Change InitListExpr to allocate the array for holding referencesTed Kremenek2010-02-191-2/+2
* Roll r95513 back in.Sam Weinig2010-02-071-0/+21
* Roll out r95513, it seems to have broken self hosting.Sam Weinig2010-02-071-21/+0
* Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr.Sam Weinig2010-02-071-0/+21
* Use IdentifierInfo * instead of std::string for the AsmStmt names.Anders Carlsson2010-01-301-2/+2
* Even more AsmStmt cleanup.Anders Carlsson2010-01-301-1/+2
* Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers.Anders Carlsson2010-01-301-3/+4
* Preserve type source information in compound literal expressions.John McCall2010-01-181-0/+1
* Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast...Sam Weinig2010-01-161-0/+57
* Preserve type source information in explicit cast expressions.John McCall2010-01-151-1/+1
* Move the allocation of designators in DesignatedInitExpr to theDouglas Gregor2010-01-061-1/+2
* Remember if the AsmStmt came from Microsoft-style inline assembly code.Mike Stump2010-01-041-0/+1
* When value-initializing a class with no user-defined constructors butDouglas Gregor2009-12-161-0/+1
* Switch the C++ new expression over to InitializationSequence, ratherDouglas Gregor2009-12-161-0/+1
* DeclRefExpr stores a ValueDecl internally.John McCall2009-12-081-1/+1
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-1/+1
* Missed change from last commit.Eli Friedman2009-12-041-1/+1
* Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor2009-11-251-0/+1
OpenPOWER on IntegriCloud