summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* variable templates updated for PCH serialization... Still working on test cas...Larisse Voufo2013-08-131-0/+10
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-101-19/+11
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+245
* Lazily deserialize function template specializations. This fixes a cycle inRichard Smith2013-06-281-0/+17
* A little ArrayRef'ization.Richard Smith2013-05-171-6/+5
* Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer2013-02-221-9/+5
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-3/+3
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-7/+5
* Remove const_casts by making spec_begin()/spec_end() constDmitri Gribenko2013-02-141-2/+2
* Ensure that type definitions present in just-loaded modules areDouglas Gregor2013-02-091-2/+11
* Constify some getters in RedeclarableTemplateDeclDmitri Gribenko2013-01-231-6/+6
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Fixed ClassTemplateSpecializationDecl source range.Abramo Bagnara2012-10-151-7/+21
* PR9023: A template template parameter whose template parameter list contains anRichard Smith2012-09-071-3/+55
* Fix misaligned allocation of TemplateParameterList objects.Richard Smith2012-08-161-1/+2
* Make explicit specializations at class scope workNico Weber2012-06-251-1/+2
* Fix non-deterministic iteration order when walking the specializationsChandler Carruth2012-05-031-7/+8
* When we form a new function/class template specialization, we firstDouglas Gregor2012-03-281-3/+21
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-1/+1
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-141-6/+6
* Add a FIXME for mutation of the common pointer of a RedeclarableTemplateDecl....Douglas Gregor2012-01-141-1/+5
* Reimplement RedeclarableTemplateDecl in terms ofDouglas Gregor2012-01-141-33/+21
* When creating declarations that are deserialized from an module file,Douglas Gregor2012-01-051-21/+68
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+17
* Fixed source range for template implicit instantiations.Abramo Bagnara2011-10-031-9/+21
* Don't use TemplateArgumentListInfo inside AST nodes because it may leak.Argyrios Kyrtzidis2011-09-221-0/+18
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+31
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-011-4/+10
* Chained PCH: Remember when additional specializations are added to a function...Sebastian Redl2011-04-141-0/+7
* Fixed InnerLocStart.Abramo Bagnara2011-03-091-10/+18
* Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara2011-03-081-3/+3
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-17/+15
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-8/+9
* When determining template instantiation arguments within a functionDouglas Gregor2011-03-051-38/+59
* *Recursively* set the context of a template parameter, so that we alsoDouglas Gregor2011-03-041-17/+15
* Make sure to put template parameters into their owning template'sDouglas Gregor2011-03-041-0/+47
* Fixed source range for ClassTemplateSpecializationDecl.Abramo Bagnara2011-03-041-0/+13
* Improved TemplateTypeParmDecl end location.Abramo Bagnara2011-03-041-1/+11
* Fixed end location of NonTypeTemplateParamDecl.Abramo Bagnara2011-03-041-1/+4
* Revert all of my commits that devirtualized the Decl hierarchy, whichDouglas Gregor2011-02-191-8/+20
* Devirtualize DeclaratorDecl::getInnerLocStart() and TagDecl::getInnerLocStart().Douglas Gregor2011-02-171-7/+0
* Devirtualize NamedDecl::getNameForDiagnostic().Douglas Gregor2011-02-171-13/+0
* Devirtualize RedeclarableTemplateDecl::newCommon().Douglas Gregor2011-02-171-0/+8
* NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl.John McCall2011-02-091-1/+12
* Implement support for non-type template parameter packs whose type isDouglas Gregor2011-01-191-16/+63
* Teach template template argument pack expansions to keep track of theDouglas Gregor2011-01-141-1/+4
* Teach PackExpansionExpr to keep track of the number of pack expansionsDouglas Gregor2011-01-141-1/+2
* Keep track of the number of expansions to be produced from a type packDouglas Gregor2011-01-141-1/+2
OpenPOWER on IntegriCloud