summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clean up the AST for while loops and fix several problems withDouglas Gregor2009-11-241-0/+1
* Explicitly store the condition variable within switch statements, andDouglas Gregor2009-11-241-0/+1
* Explicitly track the condition variable within an "if" statement,Douglas Gregor2009-11-231-0/+1
* Preserve type source information in sizeof/alignof expressions, and pass itJohn McCall2009-11-041-1/+1
* Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor2009-10-231-0/+2
* Add StringLiteral::getString -> StringRef.Daniel Dunbar2009-09-221-2/+2
* Improve handling of initialization by constructor, by ensuring thatDouglas Gregor2009-09-091-0/+15
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-32/+32
* Source location information for ? and : in a ConditionalOperator, from Enea Z...Douglas Gregor2009-08-261-0/+2
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-201-5/+5
* Renamed ClassProp data member of ObjCImplctSetterGetterRefExprFariborz Jahanian2009-08-181-1/+1
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-181-3/+5
* Transition the PCH support for ShuffleVectorExpr over to ASTContext allocationNate Begeman2009-08-121-1/+2
* Introduce reference counting for statements and expressions, using itDouglas Gregor2009-08-081-0/+4
* 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
OpenPOWER on IntegriCloud