| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow the first parameter of operator new to be a cv-qualified | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
| * | Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence | Douglas Gregor | 2009-12-22 | 1 | -35/+32 |
| * | Switch default arguments over to InitializationSequence. | Eli Friedman | 2009-12-22 | 1 | -1/+5 |
| * | Stop diagnosing the use of inner classes as friends. ddunbar asked whether | John McCall | 2009-12-22 | 1 | -7/+4 |
| * | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor | 2009-12-22 | 1 | -2/+2 |
| * | Reorganize the base-lookup bits of ActOnMemInitializer in order to better | John McCall | 2009-12-21 | 1 | -8/+24 |
| * | Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made | John McCall | 2009-12-19 | 1 | -48/+14 |
| * | Just push a new scope when parsing an out-of-line variable definition. | John McCall | 2009-12-19 | 1 | -33/+43 |
| * | Switch the initialization required by return statements over to the | Douglas Gregor | 2009-12-18 | 1 | -0/+3 |
| * | Correctly calcluate abstract-ness in the case where an implicitly declared | Eli Friedman | 2009-12-16 | 1 | -3/+6 |
| * | When value-initializing a class with no user-defined constructors but | Douglas Gregor | 2009-12-16 | 1 | -5/+7 |
| * | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -3/+3 |
| * | Successive anonymous namespaces name the same scope. I misinterpreted the | John McCall | 2009-12-16 | 1 | -14/+35 |
| * | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -3/+6 |
| * | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -2/+2 |
| * | Fix some diagnostic-related FIXMEs, from Nicola Gigante | Douglas Gregor | 2009-12-15 | 1 | -2/+2 |
| * | More improvements to checking allocation and deallocation functions. | Anders Carlsson | 2009-12-13 | 1 | -44/+76 |
| * | Fix tyop. | Anders Carlsson | 2009-12-12 | 1 | -1/+1 |
| * | Correctly diagnose [basic.stc.dynamic.allocation]p1 | Anders Carlsson | 2009-12-12 | 1 | -11/+29 |
| * | Factor operator new declaration checking out into a separate function. | Anders Carlsson | 2009-12-12 | 1 | -19/+24 |
| * | More work on improving the operator delete diagnostics. | Anders Carlsson | 2009-12-12 | 1 | -9/+19 |
| * | Fix build. | Anders Carlsson | 2009-12-11 | 1 | -7/+1 |
| * | Improve diagnostics for malformed delete operator function declarations. | Anders Carlsson | 2009-12-11 | 1 | -4/+55 |
| * | Random string-related cleanups. | Benjamin Kramer | 2009-12-11 | 1 | -3/+1 |
| * | Check if the target of a using decl is already declared in this scope before | John McCall | 2009-12-11 | 1 | -12/+15 |
| * | Implement access declarations. Most of the work here is parsing them, which | John McCall | 2009-12-11 | 1 | -0/+13 |
| * | Improve the diagnostic when a new declaration conflicts with a using shadow | John McCall | 2009-12-10 | 1 | -12/+5 |
| * | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall | 2009-12-10 | 1 | -38/+268 |
| * | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -8/+15 |
| * | Pass the current SourceLocation to getAssignOperatorMethod, fixing a crash wh... | Anders Carlsson | 2009-12-09 | 1 | -9/+11 |
| * | Correctly implement the C++03 and 0x restrictions on class-member using | John McCall | 2009-12-08 | 1 | -44/+187 |
| * | Rework how virtual member functions are marked. If a class has no key functio... | Anders Carlsson | 2009-12-07 | 1 | -8/+51 |
| * | Move key functions to a separate map. | Anders Carlsson | 2009-12-07 | 1 | -2/+6 |
| * | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -28/+28 |
| * | Fix a slight oversight in computing whether a copy constructor is elidable. | Eli Friedman | 2009-12-06 | 1 | -2/+4 |
| * | Fix for PR5693: shift some code into SetClassDeclAttributesFromBase so that | Eli Friedman | 2009-12-05 | 1 | -5/+15 |
| * | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -30/+53 |
| * | Unify the end-of-class code paths used by the parser and template | Douglas Gregor | 2009-12-03 | 1 | -14/+25 |
| * | When instantiating a class, if a base specifier is not dependent we still nee... | Anders Carlsson | 2009-12-03 | 1 | -11/+18 |
| * | Honor using declarations in overload resolution. Most of the code for | John McCall | 2009-12-03 | 1 | -5/+10 |
| * | Improve source location information for C++ member initializers in a | Douglas Gregor | 2009-12-02 | 1 | -35/+64 |
| * | In Sema, whenever we think that a function is going to cause a vtable to be g... | Anders Carlsson | 2009-12-02 | 1 | -4/+33 |
| * | Make sure to call AddOverriddenMethods for implicit copy assignment operators; | Eli Friedman | 2009-12-02 | 1 | -0/+1 |
| * | Fix a code gen. crash synthesizing a destructor. | Fariborz Jahanian | 2009-12-01 | 1 | -2/+3 |
| * | Move the checking of overridden virtual functions into the code path | Douglas Gregor | 2009-12-01 | 1 | -0/+20 |
| * | Don't automatically assume that an id-expression refers to a | Douglas Gregor | 2009-12-01 | 1 | -5/+5 |
| * | When we're trying to define an implicit virtual destructor, make sure that we... | Anders Carlsson | 2009-11-30 | 1 | -7/+22 |
| * | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -5/+3 |
| * | Add Parser support for C++0x literal operators ('operator "" i'). | Alexis Hunt | 2009-11-28 | 1 | -0/+1 |
| * | When adding an implicit destructor, make sure to mark it as virtual if it ove... | Anders Carlsson | 2009-11-26 | 1 | -0/+2 |