| Commit message (Expand) | Author | Age | Files | Lines |
* | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall | 2010-01-20 | 1 | -5/+7 |
* | When qualified lookup into the current instantiation fails (because it | Douglas Gregor | 2010-01-14 | 1 | -0/+13 |
* | Improve key-function computation for templates. In particular: | Douglas Gregor | 2010-01-05 | 1 | -15/+7 |
* | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor | 2009-12-22 | 1 | -5/+5 |
* | Patch over yet more problems with friend declarations which were provoking | John McCall | 2009-12-17 | 1 | -1/+5 |
* | getTemplateSpecializationKind should be const. | Anders Carlsson | 2009-12-07 | 1 | -2/+2 |
* | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -11/+11 |
* | Move helper onto CXXMethodDecl. | Eli Friedman | 2009-12-06 | 1 | -0/+19 |
* | Make sure that overridden method decls are always canonical. | Anders Carlsson | 2009-12-04 | 1 | -0/+2 |
* | A new helper function to set various bits in the class when | Fariborz Jahanian | 2009-12-03 | 1 | -0/+12 |
* | Improve source location information for C++ member initializers in a | Douglas Gregor | 2009-12-02 | 1 | -22/+56 |
* | In Sema, whenever we think that a function is going to cause a vtable to be g... | Anders Carlsson | 2009-12-02 | 1 | -3/+2 |
* | r90313, in which OverloadedFunctionDecl is removed and never spoken of again. | John McCall | 2009-12-02 | 1 | -58/+0 |
* | Let using directives refer to namespace aliases. Fixes PR5479. | Sebastian Redl | 2009-11-23 | 1 | -1/+12 |
* | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -21/+12 |
* | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall | 2009-11-18 | 1 | -9/+24 |
* | Instead of hanging a using declaration's target decls directly off the using | John McCall | 2009-11-17 | 1 | -5/+4 |
* | Unify the way destructor epilogues are generated for synthesized and regular ... | Anders Carlsson | 2009-11-17 | 1 | -6/+0 |
* | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -2/+2 |
* | If we attempt to add a constructor template specialization that looks | Douglas Gregor | 2009-11-14 | 1 | -0/+27 |
* | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor | 2009-11-13 | 1 | -8/+8 |
* | A constructor template cannot be instantiated to a copy | Douglas Gregor | 2009-11-13 | 1 | -8/+8 |
* | Make sure isCopyAssignment is only true for actual copy assignment operators, | Eli Friedman | 2009-11-07 | 1 | -0/+3 |
* | When looking for a copy-assignment operator to determine the cv-qualifiers on... | Douglas Gregor | 2009-10-30 | 1 | -1/+4 |
* | Audit the code for places where it is assumed that every base specifier refer... | Sebastian Redl | 2009-10-25 | 1 | -16/+18 |
* | Member function templates (and instantiations/specializations thereof) | Douglas Gregor | 2009-10-13 | 1 | -2/+10 |
* | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor | 2009-10-12 | 1 | -6/+7 |
* | Use CanQualType (instead of QualType) to store collection of visible | Fariborz Jahanian | 2009-10-12 | 1 | -7/+9 |
* | Refactoring to further simplify collection of visible conversion | Fariborz Jahanian | 2009-10-08 | 1 | -22/+16 |
* | Improve checking for specializations of member classes of class | Douglas Gregor | 2009-10-08 | 1 | -0/+47 |
* | Fixes problem in finding visible convertion functions of a class | Fariborz Jahanian | 2009-10-07 | 1 | -29/+63 |
* | Handle C++ delete expressions when the overloaded delete operator is a | Douglas Gregor | 2009-09-29 | 1 | -0/+34 |
* | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -4/+7 |
* | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -3/+3 |
* | In building list of visible conversion functions, use | Fariborz Jahanian | 2009-09-15 | 1 | -2/+2 |
* | 1) don't do overload resolution in selecting conversion | Fariborz Jahanian | 2009-09-15 | 1 | -2/+3 |
* | Make sure we're comparing the canonical types when we determine | Douglas Gregor | 2009-09-15 | 1 | -2/+3 |
* | More improvement in building list of visible conversion | Fariborz Jahanian | 2009-09-12 | 1 | -34/+36 |
* | Removed Context argument from couple of methods which don't | Fariborz Jahanian | 2009-09-12 | 1 | -4/+2 |
* | More work toward having an access method for visible | Fariborz Jahanian | 2009-09-12 | 1 | -35/+52 |
* | No need to build the visible conversionfunction list for root class. | Fariborz Jahanian | 2009-09-11 | 1 | -5/+10 |
* | Patch to build visible conversion function list lazily and make its | Fariborz Jahanian | 2009-09-11 | 1 | -0/+84 |
* | Tweak the semantics of FunctionDecl::isOutOfLine to consider an | Douglas Gregor | 2009-09-11 | 1 | -1/+0 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -59/+59 |
* | When searching for a default constructor or copy constructor, skip constructo... | Douglas Gregor | 2009-09-04 | 1 | -0/+9 |
* | Patch to instantiate destructors used to destruct | Fariborz Jahanian | 2009-09-03 | 1 | -61/+0 |
* | Issue diagnostics in variety of situations involving | Fariborz Jahanian | 2009-09-03 | 1 | -153/+0 |
* | After a conversation with Doug. I added a fix me to | Fariborz Jahanian | 2009-09-01 | 1 | -0/+13 |
* | In CXXBaseOrMemberInitializer, don't confuse CtorTocall with | Douglas Gregor | 2009-09-01 | 1 | -4/+4 |
* | Fix a crasher involving template instantiation of non-dependent | Douglas Gregor | 2009-09-01 | 1 | -2/+4 |