summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a -Asserts warning.Daniel Dunbar2009-08-311-0/+2
* Make instantiating initializers for classes with a dependent base type Eli Friedman2009-08-291-49/+64
* Store the SourceLocation of right parentheses in member initializers. Patch b...Anders Carlsson2009-08-291-4/+7
* Fix this for real.Anders Carlsson2009-08-281-2/+2
* Omnibus friend decl refactoring. Instead of cloning AST classes for friendJohn McCall2009-08-281-13/+13
* Check in UnresolvedUsingDecl.Anders Carlsson2009-08-281-0/+11
* Skip over bases/fields with dependent types.Fariborz Jahanian2009-08-251-0/+4
* BuildCXXConstructExpr now returns an OwningExprResult.Anders Carlsson2009-08-251-1/+1
* Fixes pr4763. Fariborz Jahanian2009-08-241-4/+7
* Implement conversion function templates, along with the ability to useDouglas Gregor2009-08-211-0/+8
* Introduce support for constructor templates, which can now be declaredDouglas Gregor2009-08-211-0/+12
* We now support overriding base functions in vtables. WIP.Mike Stump2009-08-211-0/+2
* Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis2009-08-191-7/+12
OpenPOWER on IntegriCloud