summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement some framework for defaulted constructors.Alexis Hunt2011-05-051-1/+2
* Remove redeclaration of Invalid. The code that set this to true was updating anNick Lewycky2011-05-021-1/+0
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-011-1/+2
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-011-9/+15
* Remove unnecessary const away cast in LateTemplateParserCallback.Francois Pichet2011-04-231-1/+1
* At the end of the translation unit, defining a vtable can introduceDouglas Gregor2011-04-221-1/+8
* Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet2011-04-221-0/+15
* We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis2011-04-191-1/+3
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-9/+22
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-1/+3
* Implement instantiation of noexcept spec and add a test case.Sebastian Redl2011-03-141-1/+7
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-11/+9
* Fixed InnerLocStart.Abramo Bagnara2011-03-091-7/+7
* 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
OpenPOWER on IntegriCloud