summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateDeduction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-5/+2
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-3/+3
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-40/+36
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-13/+12
* Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky2014-01-111-16/+12
* Objective-C ARC++: Prefer references to __strong/__weak over __unsafe_unretai...Douglas Gregor2014-01-021-0/+11
* PR18229: Fix typo in assert condition.Richard Smith2013-12-121-1/+1
* Handle CC and NoReturn when instantiating members of class templates.Rafael Espindola2013-12-011-17/+24
* Further fixes when thiscall is the default for methods.Rafael Espindola2013-11-191-0/+17
* Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained refe...Douglas Gregor2013-11-081-7/+10
* Refactor: Extract specializing the generic lambda call operator during conver...Faisal Vali2013-10-241-141/+133
* Make InstantiatingTemplate depth checks clearerAlp Toker2013-10-081-4/+4
* Fix gcc -Wunused-but-set-variable warning in r191634.Patrik Hagglund2013-10-021-5/+2
* SemaTemplateDeduction.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2013-09-301-1/+1
* Fix windows newlines :(Faisal Vali2013-09-291-133/+133
* Implement conversion to function pointer for generic lambdas without captures.Faisal Vali2013-09-291-12/+163
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-2/+6
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-2/+10
* SemaTemplateDeduction.cpp: Prune two stray \param(s), TPOC and NumCallArgumen...NAKAMURA Takumi2013-09-111-6/+0
* PR17075: When performing partial ordering of a member function against aRichard Smith2013-09-111-40/+43
* getMostSpecialized for function template sets is never used in the context of aRichard Smith2013-09-101-3/+2
* A clean-up pass, exploring the unification of traversals of class, variable a...Larisse Voufo2013-08-231-3/+15
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-4/+2
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-12/+3
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-3/+12
* PR16875: The return type of a dependent function type is visible when it'sRichard Smith2013-08-141-5/+4
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-101-10/+13
* Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clan...Robert Wilhelm2013-08-091-6/+4
* A bit of clean up based on peer's feedback...Larisse Voufo2013-08-061-1/+1
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-1/+212
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-15/+10
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-191-10/+15
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-191-15/+10
* Introduce a typedef for the type of NewlyDeducedPacks to avoid repeating the ...Craig Topper2013-07-081-20/+19
* Remove 'else' after 'return'Craig Topper2013-07-081-1/+1
* Function argument formatting fixes. No functional change.Craig Topper2013-07-081-6/+6
* Function argument formatting fixes.Craig Topper2013-07-081-17/+19
* Add typedefs for Densemaps containing SmallVectors to avoid repeating the Sma...Craig Topper2013-07-051-1/+1
* Part of PR15673: If a function template has a default argument in whichRichard Smith2013-07-041-2/+5
* Implement most of N3638 (return type deduction for normal functions).Richard Smith2013-05-041-15/+63
* Simplify slightly.Richard Smith2013-05-041-4/+4
* When deducing an 'auto' type, don't modify the type-as-written.Richard Smith2013-04-301-24/+23
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-39/+13
* Implement C++1y decltype(auto).Richard Smith2013-04-261-2/+22
* Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor2013-04-171-16/+71
* Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose2013-03-081-5/+1
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-2/+1
* Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith2013-01-311-8/+14
* Replace "failed template argument deduction" diagnostic with something usefulRichard Smith2013-01-311-5/+8
* Use 'const Decl *' throughout code completion in SemaDmitri Gribenko2013-01-231-1/+1
OpenPOWER on IntegriCloud