summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* add PCH support for a bunch of C++ Decls, patch byChris Lattner2010-05-071-0/+24
* Reimplement code generation for copying fields in theDouglas Gregor2010-05-051-3/+35
* Complete reimplementation of the synthesis for implicitly-defined copyDouglas Gregor2010-05-011-0/+21
* Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall2010-04-271-9/+0
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-7/+7
* Have the CXXBaseOrMemberInitializer keep track of whether an initializer init...Anders Carlsson2010-04-121-2/+2
* 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
OpenPOWER on IntegriCloud