summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-4/+4
* Clean up variable template handling a bit, and correct the behavior of nameRichard Smith2014-01-161-6/+11
* PR18401: Fix assert by implementing the current proposed direction of coreRichard Smith2014-01-091-15/+19
* PR18234: Mark a tag definition as invalid early if it appears in aRichard Smith2014-01-081-1/+2
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* It turns out the problem was a bit more wide-spread. Removing a lot of unneed...Aaron Ballman2014-01-031-11/+7
* PR18246: When performing template argument deduction to decide which templateRichard Smith2013-12-141-3/+3
* Take into consideration calling convention when processing specializations.Rafael Espindola2013-12-101-1/+4
* Sema: Enforce C++11 pointer-to-member template arguments should rulesDavid Majnemer2013-12-101-3/+1
* Give a more appropriate diagnostic when a template specialization orRichard Smith2013-12-071-31/+33
* Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using aRichard Smith2013-12-051-1/+2
* Reject template-ids containing literal-operator-ids that have a dependentRichard Smith2013-12-051-2/+1
* Fix crash if a dependent template-id was assumed to be a type but instantiatesRichard Smith2013-12-041-1/+2
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-041-1/+1
* Handle CC and NoReturn when instantiating members of class templates.Rafael Espindola2013-12-011-1/+2
* Sema: Instantiate local class and their members appropriatelyDavid Majnemer2013-11-271-1/+4
* Remove a whole lot of unused variablesAlp Toker2013-11-271-5/+0
* Further fixes when thiscall is the default for methods.Rafael Espindola2013-11-191-16/+3
* Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith2013-11-081-3/+4
* Sema: Emit a nicer diagnostic when IndirectFieldDecls show up inappropriately...David Majnemer2013-10-261-2/+2
* Sema: Correctly build pointer-to-member arguments from a template argument wi...David Majnemer2013-10-261-1/+2
* Sema: Allow IndirectFieldDecl to appear in a non-type template argumentDavid Majnemer2013-10-221-1/+4
* Sema: Do not allow template declarations inside local classesDavid Majnemer2013-10-221-2/+14
* Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...Ted Kremenek2013-10-081-1/+1
* Make InstantiatingTemplate depth checks clearerAlp Toker2013-10-081-11/+10
* Fix a bug where we failed to diagnose class template specializationChandler Carruth2013-09-271-0/+3
* Variable templates: handle instantiation of static data member templatesRichard Smith2013-09-271-7/+2
* Implement restriction that a partial specialization must actually specializeRichard Smith2013-09-241-3/+82
* Remove some dead code.Richard Smith2013-09-181-6/+3
* Fix accepts-invalid if a variable template explicit instantiation is missing anRichard Smith2013-09-181-9/+19
* getMostSpecialized for function template sets is never used in the context of aRichard Smith2013-09-101-2/+2
* Ignore noreturn when checking function template specializationsReid Kleckner2013-09-101-2/+5
* Ignore calling conventions when checking function template specializationsReid Kleckner2013-09-101-3/+13
* Simplify. This function bails out a few lines above if !Found.empty().Richard Smith2013-09-031-1/+1
* 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
OpenPOWER on IntegriCloud