| Commit message (Expand) | Author | Age | Files | Lines |
| * | Provide a real fix for PR6199, reverting the old workaround. Here, we | Douglas Gregor | 2010-02-03 | 1 | -0/+6 |
| * | Remove abstract expression kinds from the StmtClass enum. Update a few users | John McCall | 2010-02-03 | 1 | -14/+2 |
| * | Use IdentifierInfo * instead of std::string for the AsmStmt names. | Anders Carlsson | 2010-01-30 | 1 | -4/+4 |
| * | More asm cleanup. | Anders Carlsson | 2010-01-30 | 1 | -1/+7 |
| * | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+10 |
| * | Preserve access bits through overload resolution much better. Some | John McCall | 2010-01-26 | 1 | -10/+3 |
| * | Implement instantiation of AsmStmts (Crazy, I know) | Anders Carlsson | 2010-01-24 | 1 | -3/+84 |
| * | The type of a compound literal expression is not necessarily the same as the | John McCall | 2010-01-19 | 1 | -0/+4 |
| * | Preserve type source information in compound literal expressions. | John McCall | 2010-01-18 | 1 | -16/+9 |
| * | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor | 2010-01-18 | 1 | -1/+5 |
| * | Preserve type source information for C++ named casts through template | John McCall | 2010-01-15 | 1 | -20/+16 |
| * | Don't lose type source information when rebuilding C-style cast expressions. | John McCall | 2010-01-15 | 1 | -5/+2 |
| * | Preserve type source information in explicit cast expressions. | John McCall | 2010-01-15 | 1 | -33/+48 |
| * | Don't repeat lookup when instantiating resolved member expressions. | John McCall | 2010-01-15 | 1 | -5/+23 |
| * | Add type source information for both kinds of typeof types. | John McCall | 2010-01-13 | 1 | -14/+14 |
| * | Add an "implicit" bit to CXXThisExpr, so that we can track | Douglas Gregor | 2010-01-07 | 1 | -3/+5 |
| * | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson | 2009-12-29 | 1 | -10/+0 |
| * | Add test case for PR5868, and improve location information slightly for impli... | Douglas Gregor | 2009-12-24 | 1 | -0/+1 |
| * | When rebuilding a MemberExpr that refers to an anonymous union, be | Douglas Gregor | 2009-12-24 | 1 | -1/+4 |
| * | When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr | Douglas Gregor | 2009-12-24 | 1 | -20/+7 |
| * | When we see a CXXDefaultArgExpr during template instantiation, rebuild | Douglas Gregor | 2009-12-23 | 1 | -3/+5 |
| * | When transforming a C++ "new" expression that was not explicitly given | Douglas Gregor | 2009-12-22 | 1 | -0/+25 |
| * | When we simply return a retained member expression when instantiating, we mus... | Anders Carlsson | 2009-12-22 | 1 | -1/+6 |
| * | Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac... | Anders Carlsson | 2009-12-16 | 1 | -6/+6 |
| * | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -2/+1 |
| * | Improve template instantiation for object constructions in several ways: | Douglas Gregor | 2009-12-14 | 1 | -31/+22 |
| * | When rebuilding CXXConstructExprs after a transformation, use | Douglas Gregor | 2009-12-14 | 1 | -5/+10 |
| * | Fix template instantiation for non-dependent calls to overloaded call | Douglas Gregor | 2009-12-13 | 1 | -0/+62 |
| * | Rework the way we handle template instantiation for | Douglas Gregor | 2009-12-12 | 1 | -35/+35 |
| * | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -2/+2 |
| * | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall | 2009-12-10 | 1 | -4/+16 |
| * | The refactor of implicit member access expressions means we don't need this | John McCall | 2009-12-08 | 1 | -175/+85 |
| * | DeclRefExpr stores a ValueDecl internally. | John McCall | 2009-12-08 | 1 | -21/+29 |
| * | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -22/+22 |
| * | reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. | Chris Lattner | 2009-12-07 | 1 | -1/+1 |
| * | revert my previous patch, it is breaking something and I don't have time | Chris Lattner | 2009-12-06 | 1 | -1/+1 |
| * | implement PR4451, improving error recovery for a mistaken : where a :: was | Chris Lattner | 2009-12-06 | 1 | -1/+1 |
| * | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -0/+51 |
| * | Make the type of the Decl referred to by a MemberExpr a bit more precise. | Eli Friedman | 2009-12-04 | 1 | -3/+3 |
| * | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall | 2009-12-01 | 1 | -25/+61 |
| * | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -83/+99 |
| * | Add DeclarationName support for C++0x operator literals. They should now work as | Alexis Hunt | 2009-11-29 | 1 | -0/+1 |
| * | Some fancy footwork to move the decision on how | Fariborz Jahanian | 2009-11-25 | 1 | -1/+2 |
| * | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -62/+58 |
| * | Clean up the AST for while loops and fix several problems with | Douglas Gregor | 2009-11-24 | 1 | -1/+12 |
| * | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -97/+99 |
| * | Explicitly store the condition variable within switch statements, and | Douglas Gregor | 2009-11-24 | 1 | -1/+12 |
| * | Explicitly track the condition variable within an "if" statement, | Douglas Gregor | 2009-11-23 | 1 | -2/+14 |
| * | Centralize and complete the computation of value- and type-dependence for Dec... | Douglas Gregor | 2009-11-23 | 1 | -1/+1 |
| * | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall | 2009-11-23 | 1 | -70/+42 |