summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-2/+4
* Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara2011-03-081-1/+2
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-7/+11
* We may fail to map a declaration in a template to its instantiatedDouglas Gregor2011-03-061-7/+26
* Completed source ranges fixes for all classes inheriting from TypeDecl.Abramo Bagnara2011-03-061-3/+3
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-3/+4
* Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl2011-03-061-2/+3
* Revert r127112, "Propagate new-style exception spec information to ExtProtoIn...NAKAMURA Takumi2011-03-061-3/+2
* Propagate new-style exception spec information to ExtProtoInfo.Sebastian Redl2011-03-051-2/+3
* After an error of any kind has occurred, don't assert when attemptingDouglas Gregor2011-03-041-3/+5
* Patch up several Sema::FindInstantiatedDecl() callers, so that they'llDouglas Gregor2011-03-041-8/+30
* Make sure to put template parameters into their owning template'sDouglas Gregor2011-03-041-1/+4
* Fix PR9390 in not one, but two ways:Douglas Gregor2011-03-031-1/+1
* Push nested-name-specifier source location information into namespaceDouglas Gregor2011-02-251-3/+2
* Push nested-name-specifier source location information into using directives.Douglas Gregor2011-02-251-2/+3
* Maintain nested-name-specifier source-location information throughDouglas Gregor2011-02-251-23/+17
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-251-51/+51
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-16/+16
* Retain complete source-location information for C++Douglas Gregor2011-02-241-6/+6
* Tweak the CXXScopeSpec API a bit, so that we require theDouglas Gregor2011-02-241-12/+6
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-3/+5
* Step #2/N of __label__ support: keep pushing LabelDecl forward,Chris Lattner2011-02-171-5/+24
* Inline LocalInstantiationScope::getInstantiationOf into its oneChris Lattner2011-02-171-1/+10
* Change the context correctly when instantiating a static data member definition.John McCall2011-02-141-3/+3
* When parsing an out-of-line member function declaration, we must delayJohn McCall2011-02-141-3/+2
* The code trying to assign a typedef to an anonymous tag declaration wasJohn McCall2011-02-011-7/+9
* Use attributes for all the override control specifiers.Anders Carlsson2011-01-241-2/+0
* Sema: process non-inheritable attributes on function declarations earlyPeter Collingbourne2011-01-211-6/+2
* When instantiating member functions, propagate whether the member function is...Anders Carlsson2011-01-201-0/+4
* Implement support for non-type template parameter packs whose type isDouglas Gregor2011-01-191-17/+129
* NonTypeTemplateParmDecls always have TypeSourceInfo. There's no senseDouglas Gregor2011-01-191-10/+4
* Handle substitutions into function parameter packs whose patternsDouglas Gregor2011-01-141-1/+1
* When we're instantiating a direct variable initializer that has a packDouglas Gregor2011-01-141-6/+6
* Keep track of the number of expansions to be produced from a type packDouglas Gregor2011-01-141-5/+8
* When mapping from a function parameter pack to the set of functionDouglas Gregor2011-01-111-3/+4
* Implement the last bullet of [temp.deduct.type]p5 and part of the lastDouglas Gregor2011-01-111-0/+2
* Work-in-progress implementation of C++0x [temp.arg.explicit]p9, whichDouglas Gregor2011-01-101-1/+6
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-1/+1
* When instantiating the arguments to an initializer, use theDouglas Gregor2011-01-071-30/+4
* Implement substitution of a function parameter pack for its set ofDouglas Gregor2011-01-071-17/+50
* Implement support for template template parameter packs, e.g.,Douglas Gregor2011-01-051-2/+2
* Implement pack expansion of base initializers, so that we canDouglas Gregor2011-01-041-1/+65
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-231-1/+2
* Implement template argument deduction for pack expansions whoseDouglas Gregor2010-12-221-18/+7
* Implement instantiation of pack expansions whose pattern is a type-idDouglas Gregor2010-12-211-0/+55
* Added missing IgnoreParens().Abramo Bagnara2010-12-141-4/+4
* Restore r121752 without modification.John McCall2010-12-141-7/+8
* Pull out r121752 in case it's causing the selfhost breakage.John McCall2010-12-141-8/+7
* Factor out most of the extra state in a FunctionProtoType into a separateJohn McCall2010-12-141-7/+8
* Skip ParenType on function instantiations.Abramo Bagnara2010-12-131-3/+3
OpenPOWER on IntegriCloud