| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the type of the Decl referred to by a MemberExpr a bit more precise. | Eli Friedman | 2009-12-04 | 1 | -2/+2 |
| * | Add recursion guards to ice-checking and evaluation for declrefs, so we | Eli Friedman | 2009-12-03 | 1 | -3/+8 |
| * | r90313, in which OverloadedFunctionDecl is removed and never spoken of again. | John McCall | 2009-12-02 | 1 | -3/+1 |
| * | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -0/+1 |
| * | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -3/+0 |
| * | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -13/+0 |
| * | Handle converting member pointers to bool. | Anders Carlsson | 2009-11-23 | 1 | -0/+2 |
| * | Centralize and complete the computation of value- and type-dependence for Dec... | Douglas Gregor | 2009-11-23 | 1 | -14/+58 |
| * | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall | 2009-11-23 | 1 | -60/+43 |
| * | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -1/+4 |
| * | Deduce a ConstantArrayType from a value-dependent initializer list | Douglas Gregor | 2009-11-19 | 1 | -5/+10 |
| * | Draw a brighter line between "unresolved" expressions, where we have done the | John McCall | 2009-11-19 | 1 | -2/+2 |
| * | Fix PR5531. | Anders Carlsson | 2009-11-17 | 1 | -4/+13 |
| * | Add a CK_BaseToDerived cast kind. | Anders Carlsson | 2009-11-12 | 1 | -0/+2 |
| * | Refine volatile handling, specifically, we must have the canonical | Mike Stump | 2009-11-03 | 1 | -22/+23 |
| * | When determining whether a reference to a static data member is an | Douglas Gregor | 2009-11-01 | 1 | -10/+30 |
| * | Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no co... | Anders Carlsson | 2009-10-30 | 1 | -0/+2 |
| * | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -10/+10 |
| * | Fix overload resolution when calling a member template or taking the | Douglas Gregor | 2009-10-24 | 1 | -0/+12 |
| * | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor | 2009-10-23 | 1 | -5/+87 |
| * | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -1/+1 |
| * | Add FloatingCast to getCastKindName's list. | Benjamin Kramer | 2009-10-18 | 1 | -0/+2 |
| * | Add some more cast kinds. | Anders Carlsson | 2009-10-18 | 1 | -0/+6 |
| * | Switch ExtVectorElementExpr::getEncodedElementAccess to use StringRef. | Daniel Dunbar | 2009-10-18 | 1 | -8/+8 |
| * | Add FIXME... maybe Nate will get bored? :) | Daniel Dunbar | 2009-10-18 | 1 | -0/+2 |
| * | Simplify ExtVectorElementExpr::containsDuplicateElements(). | Daniel Dunbar | 2009-10-17 | 1 | -13/+7 |
| * | Add CK_VectorSplat and use it for casting non-pointer scalars to ExtVectors. | Anders Carlsson | 2009-10-16 | 1 | -0/+2 |
| * | Add a ToVoid cast kind and start using it. | Anders Carlsson | 2009-10-16 | 1 | -0/+2 |
| * | fix test/CodeGen/statements.c on 32-bit hosts. | Chris Lattner | 2009-10-13 | 1 | -0/+7 |
| * | Teach sema and codegen about the difference between address of labels, | Chris Lattner | 2009-10-13 | 1 | -2/+11 |
| * | make the diagnostic in the 'unused result' warning more precise | Chris Lattner | 2009-10-13 | 1 | -13/+14 |
| * | Implement [expr.mptr.oper]p6 for '->*' operator. | Fariborz Jahanian | 2009-10-08 | 1 | -2/+12 |
| * | Refixed pr5086 by letting Expr::isNullPointerConstant | Fariborz Jahanian | 2009-10-06 | 1 | -1/+2 |
| * | Fix checking for a null pointer constant when the expression itself is | Douglas Gregor | 2009-09-25 | 1 | -7/+19 |
| * | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -4/+4 |
| * | Add StringLiteral::getString -> StringRef. | Daniel Dunbar | 2009-09-22 | 1 | -4/+4 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -4/+4 |
| * | Disable questionable code for handling isNullPointerConstant on value dependent | Daniel Dunbar | 2009-09-18 | 1 | -2/+2 |
| * | Fix two crashes on value dependent expressions (shift and null-pointer check). | Daniel Dunbar | 2009-09-17 | 1 | -0/+3 |
| * | Remove trailing whitespace. | Daniel Dunbar | 2009-09-17 | 1 | -9/+9 |
| * | Do not generate write-barrier in indirect assignment to | Fariborz Jahanian | 2009-09-16 | 1 | -2/+4 |
| * | Handle reinterpret_cast between integral types and pointer types. | Anders Carlsson | 2009-09-15 | 1 | -0/+4 |
| * | Using the property dot-syntax to invoke a non-eixsting | Fariborz Jahanian | 2009-09-14 | 1 | -10/+9 |
| * | Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID | Douglas Gregor | 2009-09-12 | 1 | -1/+1 |
| * | Diagnose VLAs as an error in C++. | Douglas Gregor | 2009-09-11 | 1 | -1/+4 |
| * | Eliminate some "default"s in CheckICE. | Douglas Gregor | 2009-09-10 | 1 | -3/+82 |
| * | static_cast, reinterpret_cast, and const_cast can all be used in C++ | Douglas Gregor | 2009-09-10 | 1 | -1/+4 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -123/+122 |
| * | More objc GC's API work for array of pointers declared | Fariborz Jahanian | 2009-09-08 | 1 | -6/+3 |
| * | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson | 2009-09-08 | 1 | -0/+77 |