summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR12008: defer adding the implicit 'const' to a constexpr member function untilRichard Smith2013-01-141-4/+21
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-26/+26
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Remove code from Sema::ActOnStartOfFunctionTemplateDef that duplicates whatArgyrios Kyrtzidis2012-12-141-7/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-8/+9
* SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum...Benjamin Kramer2012-11-211-25/+24
* Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, theRichard Smith2012-11-151-1/+1
* Fix typo correction of one qualified name to another.David Blaikie2012-10-121-1/+2
OpenPOWER on IntegriCloud