summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Give UnresolvedSet the ability to store access specifiers for each declaration.John McCall2010-01-201-5/+7
* When qualified lookup into the current instantiation fails (because itDouglas Gregor2010-01-141-0/+13
* Improve key-function computation for templates. In particular:Douglas Gregor2010-01-051-15/+7
* Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...Douglas Gregor2009-12-221-5/+5
* Patch over yet more problems with friend declarations which were provokingJohn McCall2009-12-171-1/+5
* getTemplateSpecializationKind should be const.Anders Carlsson2009-12-071-2/+2
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-11/+11
* Move helper onto CXXMethodDecl.Eli Friedman2009-12-061-0/+19
* Make sure that overridden method decls are always canonical.Anders Carlsson2009-12-041-0/+2
* A new helper function to set various bits in the class whenFariborz Jahanian2009-12-031-0/+12
* Improve source location information for C++ member initializers in aDouglas Gregor2009-12-021-22/+56
* In Sema, whenever we think that a function is going to cause a vtable to be g...Anders Carlsson2009-12-021-3/+2
* r90313, in which OverloadedFunctionDecl is removed and never spoken of again.John McCall2009-12-021-58/+0
* Let using directives refer to namespace aliases. Fixes PR5479.Sebastian Redl2009-11-231-1/+12
* "Incremental" progress on using expressions, by which I mean totally rippingJohn McCall2009-11-211-21/+12
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-9/+24
* Instead of hanging a using declaration's target decls directly off the using John McCall2009-11-171-5/+4
* Unify the way destructor epilogues are generated for synthesized and regular ...Anders Carlsson2009-11-171-6/+0
* First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor2009-11-161-2/+2
* If we attempt to add a constructor template specialization that looksDouglas Gregor2009-11-141-0/+27
* Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor2009-11-131-8/+8
* A constructor template cannot be instantiated to a copyDouglas Gregor2009-11-131-8/+8
* Make sure isCopyAssignment is only true for actual copy assignment operators,Eli Friedman2009-11-071-0/+3
* When looking for a copy-assignment operator to determine the cv-qualifiers on...Douglas Gregor2009-10-301-1/+4
* Audit the code for places where it is assumed that every base specifier refer...Sebastian Redl2009-10-251-16/+18
* Member function templates (and instantiations/specializations thereof)Douglas Gregor2009-10-131-2/+10
* Diagnose the declaration of explicit specializations after an implicitDouglas Gregor2009-10-121-6/+7
* Use CanQualType (instead of QualType) to store collection of visibleFariborz Jahanian2009-10-121-7/+9
* Refactoring to further simplify collection of visible conversionFariborz Jahanian2009-10-081-22/+16
* Improve checking for specializations of member classes of classDouglas Gregor2009-10-081-0/+47
* Fixes problem in finding visible convertion functions of a classFariborz Jahanian2009-10-071-29/+63
* Handle C++ delete expressions when the overloaded delete operator is aDouglas Gregor2009-09-291-0/+34
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-4/+7
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-3/+3
* In building list of visible conversion functions, useFariborz Jahanian2009-09-151-2/+2
* 1) don't do overload resolution in selecting conversionFariborz Jahanian2009-09-151-2/+3
* Make sure we're comparing the canonical types when we determineDouglas Gregor2009-09-151-2/+3
* More improvement in building list of visible conversionFariborz Jahanian2009-09-121-34/+36
* Removed Context argument from couple of methods which don'tFariborz Jahanian2009-09-121-4/+2
* More work toward having an access method for visibleFariborz Jahanian2009-09-121-35/+52
* No need to build the visible conversionfunction list for root class.Fariborz Jahanian2009-09-111-5/+10
* Patch to build visible conversion function list lazily and make its Fariborz Jahanian2009-09-111-0/+84
* Tweak the semantics of FunctionDecl::isOutOfLine to consider anDouglas Gregor2009-09-111-1/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-59/+59
* When searching for a default constructor or copy constructor, skip constructo...Douglas Gregor2009-09-041-0/+9
* Patch to instantiate destructors used to destructFariborz Jahanian2009-09-031-61/+0
* Issue diagnostics in variety of situations involvingFariborz Jahanian2009-09-031-153/+0
* After a conversation with Doug. I added a fix me toFariborz Jahanian2009-09-011-0/+13
* In CXXBaseOrMemberInitializer, don't confuse CtorTocall withDouglas Gregor2009-09-011-4/+4
* Fix a crasher involving template instantiation of non-dependentDouglas Gregor2009-09-011-2/+4
OpenPOWER on IntegriCloud