summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Sema: Subst type default template args earlierDavid Majnemer2013-08-281-32/+41
* Cleanup of OpaquePtr. No functionality changes.Serge Pavlov2013-08-271-4/+4
* A clean-up pass, exploring the unification of traversals of class, variable a...Larisse Voufo2013-08-231-3/+4
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-2/+1
* Sema: Properly support Microsoft-mode template argumentsDavid Majnemer2013-08-231-95/+148
* Remove SequenceNumber from class/variable template partial specializations.Richard Smith2013-08-221-8/+2
* Improve support for static data member templates. This revision still has at ...Larisse Voufo2013-08-221-1/+4
* Sema: Remove dead code in CheckTemplateArgumentAddressOfObjectOrFunctionDavid Majnemer2013-08-191-8/+0
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-14/+6
* Bug fix: disallow a variable template to be redeclared as a non-templated var...Larisse Voufo2013-08-141-33/+0
* Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith2013-08-091-2/+2
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-3/+18
* A bit of clean up based on peer's feedback...Larisse Voufo2013-08-061-5/+5
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-61/+584
* PR16288: A template is only missing a default template argument if it providesRichard Smith2013-07-221-4/+1
* SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumen...NAKAMURA Takumi2013-07-221-2/+0
* Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef.Robert Wilhelm2013-07-211-36/+25
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-22/+29
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-191-29/+22
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-191-22/+29
* Reinstate r186040, with additional fixes and more test coverage (reverted inRichard Smith2013-07-171-2/+1
* Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-151-1/+2
* Unrevert r186040, reverted in r186185, with fix for PR16597.Richard Smith2013-07-121-2/+1
* Revert r186040 to fix PR16597 while Richard investigates what the bestChandler Carruth2013-07-121-1/+2
* If we friend a declaration twice, that should not make it visible to nameRichard Smith2013-07-101-2/+1
* Part of PR15673: If a function template has a default argument in whichRichard Smith2013-07-041-3/+9
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-3/+7
* Remove unnecessary check.Eli Friedman2013-06-271-1/+1
* PR8302: Check for shadowing a template parameter when declaring a templateRichard Smith2013-06-251-23/+19
* Implement DR21David Majnemer2013-06-251-7/+9
* Fix assert if an attempt is made to explicitly instantiate an alias template.Richard Smith2013-06-221-3/+11
* Use FPT::getArgTypes() instead of manually building ArrayRefsReid Kleckner2013-06-101-3/+1
* PR16273: Weaken a bogus assertion.Richard Smith2013-06-071-1/+2
* When the template specialization header is missing, set a valid source locati...Argyrios Kyrtzidis2013-06-051-0/+1
* A little ArrayRef'ization.Richard Smith2013-05-171-1/+1
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-2/+2
* When modifying an implicit instantiation with information from an explicit on...Argyrios Kyrtzidis2013-04-221-0/+1
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-2/+1
* Add 178663 back.Rafael Espindola2013-04-031-2/+1
* Revert 178663.Rafael Espindola2013-04-031-1/+2
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-2/+1
* Add TagDecl::hasNameForLinkage(), which is true if the tagJohn McCall2013-03-091-1/+1
* Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose2013-03-081-1/+5
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-2/+3
* PR15360: nullptr as a non-type template argument to a function type non-type ...David Blaikie2013-02-271-9/+10
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-1/+1
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-4/+4
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-8/+8
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-021-1/+1
* Apply adjustment to function- and array-typed non-type templateDouglas Gregor2013-01-161-0/+13
OpenPOWER on IntegriCloud