summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis2010-07-071-1/+1
* Read/write more information of ASTContext for PCH. Overriden methods and inst...Argyrios Kyrtzidis2010-07-041-0/+4
* Lazily declare default constructors. We now delay the construction ofDouglas Gregor2010-07-031-1/+4
* Lazily declare implicit copy constructors.Douglas Gregor2010-07-021-1/+4
* Lazily declare copy-assignment operators.Douglas Gregor2010-07-021-49/+3
* Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor2010-07-021-0/+1
* Add some side-effect free Create methods for TypeDecl subclasses and use them...Argyrios Kyrtzidis2010-07-021-0/+5
* Provide exception specifications for implicitly-declared default constructors.Douglas Gregor2010-07-011-1/+2
* Provide exception specifications for implicitly-declared copy constructors.Douglas Gregor2010-07-011-27/+32
* Provide an exception-specification for an implicitly-declaredDouglas Gregor2010-07-011-0/+73
* Remove unnecessary ASTContext parameter fromDouglas Gregor2010-07-011-1/+2
* Added source order to CXXBaseOrMemberInitializer.Abramo Bagnara2010-05-261-7/+8
* Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...Abramo Bagnara2010-05-201-1/+1
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-1/+1
* 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
OpenPOWER on IntegriCloud