Age | Commit message (Expand) | Author |
2010-03-08 | Extend ObjCMessageExpr for class method sends with the source location | Douglas Gregor |
2010-02-19 | Revert: "Change InitListExpr to allocate the array for holding references" | Ted Kremenek |
2010-02-19 | Change InitListExpr to allocate the array for holding references | Ted Kremenek |
2010-02-07 | Roll r95513 back in. | Sam Weinig |
2010-02-07 | Roll out r95513, it seems to have broken self hosting. | Sam Weinig |
2010-02-07 | Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. | Sam Weinig |
2010-01-30 | Use IdentifierInfo * instead of std::string for the AsmStmt names. | Anders Carlsson |
2010-01-30 | Even more AsmStmt cleanup. | Anders Carlsson |
2010-01-30 | Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers. | Anders Carlsson |
2010-01-18 | Preserve type source information in compound literal expressions. | John McCall |
2010-01-16 | Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast... | Sam Weinig |
2010-01-15 | Preserve type source information in explicit cast expressions. | John McCall |
2010-01-06 | Move the allocation of designators in DesignatedInitExpr to the | Douglas Gregor |
2010-01-04 | Remember if the AsmStmt came from Microsoft-style inline assembly code. | Mike Stump |
2009-12-16 | When value-initializing a class with no user-defined constructors but | Douglas Gregor |
2009-12-16 | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor |
2009-12-08 | DeclRefExpr stores a ValueDecl internally. | John McCall |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-12-04 | Missed change from last commit. | Eli Friedman |
2009-11-25 | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor |
2009-11-24 | Clean up the AST for while loops and fix several problems with | Douglas Gregor |
2009-11-24 | Explicitly store the condition variable within switch statements, and | Douglas Gregor |
2009-11-23 | Explicitly track the condition variable within an "if" statement, | Douglas Gregor |
2009-11-04 | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-09-22 | Add StringLiteral::getString -> StringRef. | Daniel Dunbar |
2009-09-09 | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-26 | Source location information for ? and : in a ConditionalOperator, from Enea Z... | Douglas Gregor |
2009-08-20 | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian |
2009-08-18 | Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr | Fariborz Jahanian |
2009-08-18 | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian |
2009-08-12 | Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation | Nate Begeman |
2009-08-08 | Introduce reference counting for statements and expressions, using it | Douglas Gregor |
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-22 | Fix lots of PCH crashes caused by the new assertions in | Douglas Gregor |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
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-28 | Make the PCH reader use the diagnostics system for its complaints. | Douglas Gregor |
2009-04-27 | Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) | Chris Lattner |
2009-04-27 | read all decls (and attributes and stmts/exprs referenced by the decl) | Chris Lattner |