Age | Commit message (Expand) | Author |
2009-11-17 | Fix PR5531. | Anders Carlsson |
2009-11-12 | Add a CK_BaseToDerived cast kind. | Anders Carlsson |
2009-11-03 | Refine volatile handling, specifically, we must have the canonical | Mike Stump |
2009-11-01 | When determining whether a reference to a static data member is an | Douglas Gregor |
2009-10-30 | Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no co... | Anders Carlsson |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-24 | Fix overload resolution when calling a member template or taking the | Douglas Gregor |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-10-18 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-18 | Add FloatingCast to getCastKindName's list. | Benjamin Kramer |
2009-10-18 | Add some more cast kinds. | Anders Carlsson |
2009-10-18 | Switch ExtVectorElementExpr::getEncodedElementAccess to use StringRef. | Daniel Dunbar |
2009-10-18 | Add FIXME... maybe Nate will get bored? :) | Daniel Dunbar |
2009-10-17 | Simplify ExtVectorElementExpr::containsDuplicateElements(). | Daniel Dunbar |
2009-10-16 | Add CK_VectorSplat and use it for casting non-pointer scalars to ExtVectors. | Anders Carlsson |
2009-10-16 | Add a ToVoid cast kind and start using it. | Anders Carlsson |
2009-10-13 | fix test/CodeGen/statements.c on 32-bit hosts. | Chris Lattner |
2009-10-13 | Teach sema and codegen about the difference between address of labels, | Chris Lattner |
2009-10-13 | make the diagnostic in the 'unused result' warning more precise | Chris Lattner |
2009-10-08 | Implement [expr.mptr.oper]p6 for '->*' operator. | Fariborz Jahanian |
2009-10-06 | Refixed pr5086 by letting Expr::isNullPointerConstant | Fariborz Jahanian |
2009-09-25 | Fix checking for a null pointer constant when the expression itself is | Douglas Gregor |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-22 | Add StringLiteral::getString -> StringRef. | Daniel Dunbar |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-18 | Disable questionable code for handling isNullPointerConstant on value dependent | Daniel Dunbar |
2009-09-17 | Fix two crashes on value dependent expressions (shift and null-pointer check). | Daniel Dunbar |
2009-09-17 | Remove trailing whitespace. | Daniel Dunbar |
2009-09-16 | Do not generate write-barrier in indirect assignment to | Fariborz Jahanian |
2009-09-15 | Handle reinterpret_cast between integral types and pointer types. | Anders Carlsson |
2009-09-14 | Using the property dot-syntax to invoke a non-eixsting | Fariborz Jahanian |
2009-09-12 | Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID | Douglas Gregor |
2009-09-11 | Diagnose VLAs as an error in C++. | Douglas Gregor |
2009-09-10 | Eliminate some "default"s in CheckICE. | Douglas Gregor |
2009-09-10 | static_cast, reinterpret_cast, and const_cast can all be used in C++ | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-08 | More objc GC's API work for array of pointers declared | Fariborz Jahanian |
2009-09-08 | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson |
2009-09-03 | Add CastExpr::getCastKindName and use it in the StmtDumper. | Anders Carlsson |
2009-09-01 | Preliminary AST representation and semantic analysis for | Douglas Gregor |
2009-08-31 | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor |
2009-08-31 | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor |
2009-08-29 | Get rid of mostly-unused, buggy method. | Eli Friedman |
2009-08-26 | When a member reference expression includes a qualifier on the member | Douglas Gregor |
2009-08-20 | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian |
2009-08-18 | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian |
2009-08-16 | fix my previous commit. | Chris Lattner |
2009-08-16 | This is an attempt to improve loc info for 'unused result' expression | Chris Lattner |
2009-08-16 | Call MaybeBindToTemporary for overloaded binary and unary operators. | Anders Carlsson |
2009-08-16 | Add MaybeBindToTemporary calls for member call expressions. | Anders Carlsson |