summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Regularize support for naming conversion functions in using decls.John McCall2010-03-311-13/+34
* When collecting virtual bases it's very important to use the canonical type o...Anders Carlsson2010-03-291-3/+3
* Fix a nasty bug in the virtual base computation which would lead to us initia...Anders Carlsson2010-03-291-49/+37
* Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall2010-03-151-2/+1
* Remember access paths for visible conversion decls.John McCall2010-03-151-108/+121
* Implement basic support for friend types and functions in non-dependentJohn McCall2010-03-121-1/+1
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-111-22/+0
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-5/+10
* Eliminate the static map of overridden C++ methods, which was going toDouglas Gregor2010-03-021-34/+3
* Skip dependent virtual base classes; fixes PR6413.Douglas Gregor2010-02-271-3/+4
* Implement semantic analysis for C++ [expr.new]p18-20, which describeDouglas Gregor2010-02-261-1/+7
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-231-2/+2
* Remove another redundant ASTContext parameterDouglas Gregor2010-02-111-2/+3
* Ensure that a operator delete overload is rocognized regardless of cv-quals.Chandler Carruth2010-02-081-1/+2
* Extract a common structure for holding information about the definitionJohn McCall2010-02-041-35/+43
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-25/+8
* Add an assert to make sure that we don't try to mess with overridden methods ...Anders Carlsson2010-01-301-1/+3
* 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
OpenPOWER on IntegriCloud