| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -1/+0 |
* | Extend ObjCMessageExpr for class method sends with the source location | Douglas Gregor | 2010-03-08 | 1 | -14/+20 |
* | References to const int parameters with ICE default arguments are not ICEs. | John McCall | 2010-02-24 | 1 | -2/+9 |
* | Revert: "Change InitListExpr to allocate the array for holding references" | Ted Kremenek | 2010-02-19 | 1 | -58/+27 |
* | Change InitListExpr to allocate the array for holding references | Ted Kremenek | 2010-02-19 | 1 | -27/+58 |
* | Introduce a new kind of failed result for isLvalue/isModifiableLvalue | Douglas Gregor | 2010-02-16 | 1 | -2/+29 |
* | White-list comma expressions with the literal 0 as their RHS against | John McCall | 2010-02-16 | 1 | -1/+9 |
* | Don't error when setting a sub-structure variable via objc properties | Fariborz Jahanian | 2010-02-12 | 1 | -6/+1 |
* | Allocate the SubExprs array in ObjCMessageExpr using the allocator associated... | Ted Kremenek | 2010-02-11 | 1 | -15/+25 |
* | More vtable layout dumper improvements. Handle destructors, dump the complete... | Anders Carlsson | 2010-02-11 | 1 | -4/+5 |
* | Diagnose when user provided getter is being used as lvalue | Fariborz Jahanian | 2010-02-11 | 1 | -5/+13 |
* | Per discussion, remove the explicit restriction on static const data members ... | John McCall | 2010-02-06 | 1 | -10/+3 |
* | Revert "Numerous changes to selector handling:", this breaks a whole bunch of | Daniel Dunbar | 2010-02-03 | 1 | -1/+0 |
* | Numerous changes to selector handling: | David Chisnall | 2010-02-03 | 1 | -0/+1 |
* | Remove abstract expression kinds from the StmtClass enum. Update a few users | John McCall | 2010-02-03 | 1 | -3/+0 |
* | In C++, an initializer on a variable doesn't necessarily mean it's the defini... | Sebastian Redl | 2010-02-01 | 1 | -9/+7 |
* | Diagnose binding a non-const reference to a vector element. | Anders Carlsson | 2010-01-31 | 1 | -0/+19 |
* | Fix reference binding of const lvalue references to bit-fields, which | Douglas Gregor | 2010-01-29 | 1 | -0/+7 |
* | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+4 |
* | When determining whether a DeclRefExpr is value-dependent when it | Douglas Gregor | 2010-01-15 | 1 | -4/+6 |
* | Move the allocation of designators in DesignatedInitExpr to the | Douglas Gregor | 2010-01-06 | 1 | -11/+19 |
* | Make sure to explicitly pass type/value dependence to Expr constructor. This | Eli Friedman | 2009-12-30 | 1 | -3/+3 |
* | Fix for PR5872. Add static specifier and const/volatile qualifiers to member ... | Sam Weinig | 2009-12-27 | 1 | -0/+10 |
* | support the warn_unused_result in C++ class methods | Nuno Lopes | 2009-12-24 | 1 | -0/+2 |
* | indentation fix | Chris Lattner | 2009-12-21 | 1 | -1/+1 |
* | fix PR4010: add support for the warn_unused_result for function pointers | Nuno Lopes | 2009-12-20 | 1 | -3/+7 |
* | A CXXExprWithTemporaries expression is an lvalue if its subexpression | Douglas Gregor | 2009-12-19 | 1 | -0/+10 |
* | Diagnose attempting to assign to a sub-structure of an ivar | Fariborz Jahanian | 2009-12-15 | 1 | -4/+14 |
* | Improve template instantiation for object constructions in several ways: | Douglas Gregor | 2009-12-14 | 1 | -0/+31 |
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
* | Patch to allow C-style cast from 'void *' to block pointer type. | Fariborz Jahanian | 2009-12-11 | 1 | -0/+2 |
* | Code gen for ObjCIsaExpr AST used as lvalue. | Fariborz Jahanian | 2009-12-09 | 1 | -0/+1 |
* | Added a missing case to a switch statement. | Fariborz Jahanian | 2009-12-08 | 1 | -0/+2 |
* | DeclRefExpr stores a ValueDecl internally. | John McCall | 2009-12-08 | 1 | -2/+2 |
* | Don't print a void return type for C++ constructors and destructors when gene... | Sam Weinig | 2009-12-06 | 1 | -1/+2 |
* | 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 |