| Commit message (Expand) | Author | Age | Files | Lines |
| * | When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr | Douglas Gregor | 2009-12-24 | 1 | -0/+2 |
| * | There is no such thing as typeinfo for a cv-qualified type. Assert | Douglas Gregor | 2009-12-23 | 1 | -2/+9 |
| * | Diagnose the use of incomplete types in C++ typeid expressions | Douglas Gregor | 2009-12-23 | 1 | -2/+18 |
| * | Remove cv-qualifiers from the argument to typeid | Douglas Gregor | 2009-12-23 | 1 | -11/+30 |
| * | Allow the first parameter of operator new to be a cv-qualified | Douglas Gregor | 2009-12-22 | 1 | -1/+2 |
| * | Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence | Douglas Gregor | 2009-12-22 | 1 | -0/+8 |
| * | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor | 2009-12-22 | 1 | -10/+1 |
| * | Switch the initialization required by return statements over to the | Douglas Gregor | 2009-12-18 | 1 | -1/+1 |
| * | implement PR5654: add -fassume-sane-operator-new, which is enabled by default... | Nuno Lopes | 2009-12-16 | 1 | -3/+9 |
| * | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -26/+24 |
| * | Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac... | Anders Carlsson | 2009-12-16 | 1 | -0/+16 |
| * | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -58/+54 |
| * | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -7/+3 |
| * | Add support for finding composite type of twp objective-c pointers | Fariborz Jahanian | 2009-12-10 | 1 | -0/+5 |
| * | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -6/+14 |
| * | Look through using declarations when searching for allocation overloads. | Anders Carlsson | 2009-12-09 | 1 | -1/+2 |
| * | Fix for PR5730: make sure to consistently call | Eli Friedman | 2009-12-09 | 1 | -11/+5 |
| * | Implemented an implicit conversion from "noreturn" function types (and | Douglas Gregor | 2009-12-09 | 1 | -0/+10 |
| * | Patch to allow matching 0 with an objective-c pointer type | Fariborz Jahanian | 2009-12-08 | 1 | -2/+2 |
| * | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -5/+5 |
| * | When we're building a CXXExprWithTemporaries, only include those | Douglas Gregor | 2009-12-03 | 1 | -4/+7 |
| * | In Sema, whenever we think that a function is going to cause a vtable to be g... | Anders Carlsson | 2009-12-02 | 1 | -4/+1 |
| * | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall | 2009-12-02 | 1 | -2/+1 |
| * | Fix a code gen. crash synthesizing a destructor. | Fariborz Jahanian | 2009-12-01 | 1 | -1/+4 |
| * | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -29/+11 |
| * | More work on ScalarExprEmitter::EmitCastExpr: for every cast kind, either | Eli Friedman | 2009-11-27 | 1 | -11/+15 |
| * | Refactor our handling of expression evaluation contexts, so that Sema | Douglas Gregor | 2009-11-26 | 1 | -3/+4 |
| * | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -59/+0 |
| * | Refactor argument collection of constructor calls using | Fariborz Jahanian | 2009-11-24 | 1 | -1/+1 |
| * | More cleanup of argument call collection. | Fariborz Jahanian | 2009-11-24 | 1 | -1/+3 |
| * | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -1/+1 |
| * | Refactor collection of call arguments in common code. | Fariborz Jahanian | 2009-11-24 | 1 | -20/+9 |
| * | Un-break instantiation of if statements with conditional variables | Douglas Gregor | 2009-11-24 | 1 | -1/+10 |
| * | Explicitly track the condition variable within an "if" statement, | Douglas Gregor | 2009-11-23 | 1 | -0/+21 |
| * | Handle converting member pointers to bool. | Anders Carlsson | 2009-11-23 | 1 | -2/+7 |
| * | Do not mark declarations as used when performing overload resolution. Fixes P... | Douglas Gregor | 2009-11-23 | 1 | -4/+4 |
| * | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -8/+8 |
| * | When checking the base object of a member access expression (b.foo, | Douglas Gregor | 2009-11-20 | 1 | -3/+3 |
| * | Don't build an explicit conversion to a reference type | Douglas Gregor | 2009-11-20 | 1 | -2/+3 |
| * | When we have a non-dependent expression such as | Douglas Gregor | 2009-11-20 | 1 | -5/+0 |
| * | Patch to implement new-operators with default args. | Fariborz Jahanian | 2009-11-19 | 1 | -3/+31 |
| * | ignore parens surounding the type when diagnosing | Fariborz Jahanian | 2009-11-18 | 1 | -1/+1 |
| * | This patch fixes a bug in misdiagnosing correct | Fariborz Jahanian | 2009-11-18 | 1 | -0/+6 |
| * | Split LookupResult into its own header. | John McCall | 2009-11-18 | 1 | -0/+1 |
| * | Require the object type of a member access expression ("." or "->") to | Douglas Gregor | 2009-11-17 | 1 | -1/+8 |
| * | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall | 2009-11-17 | 1 | -9/+7 |
| * | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -2/+1 |
| * | Repair broken FindCompositePointerType. Correct early termination condition. ... | Sebastian Redl | 2009-11-16 | 1 | -12/+14 |
| * | Factor finding a deallocation function for a record type out into a separate ... | Anders Carlsson | 2009-11-15 | 1 | -40/+62 |
| * | If we find a deallocation function in the class scope, but it is a placement ... | Anders Carlsson | 2009-11-15 | 1 | -1/+16 |