summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateDeduction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert a few classes over to use the new TrailingObjects helper.James Y Knight2015-08-061-10/+9
* [AST] ArrayRefize template argument packs. No functionality change intended.Benjamin Kramer2015-08-051-5/+5
* [Sema] Don't crash when deduction fails for decltype(auto)David Majnemer2015-07-011-0/+2
* Consolidate and unify initializer list deductionHubert Tong2015-06-251-33/+49
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Silence Visual C++ warning C4189: 'Result' : local variable is initialized bu...Yaron Keren2015-05-131-2/+4
* Move private classes into anonymous namespacesBenjamin Kramer2015-03-231-0/+2
* PR22435: Correctly implement tiebreaker for reference ordering in functionRichard Smith2015-02-201-158/+47
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-211-10/+16
* restore fix for 18645, buildbot apparently gave a false positive.Nathan Sidwell2015-01-161-30/+17
* reverting due to build bot failureNathan Sidwell2015-01-121-17/+30
* fix pr18645. Correct logic concerning 'T &&' deduction against lvalues.Nathan Sidwell2015-01-101-30/+17
* PR22117: Fix a case where we would get confused about which function parameterRichard Smith2015-01-091-0/+3
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+1
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-7/+4
* C++1y is now C++14!Aaron Ballman2014-08-191-2/+2
* Wrap to 80 columns. No behavior change.Nico Weber2014-07-281-20/+23
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-151-8/+4
* Fix PR18498: Support explicit template arguments with variadic generic lambdasFaisal Vali2014-06-011-1/+11
* PR12961 - Extend DR532 to cover C++98/03.Nikola Smiljanic2014-05-311-19/+9
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-4/+4
* PR19878: If a pack expansion appears within another pack expansion, correctlyRichard Smith2014-05-291-199/+178
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-27/+27
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-5/+3
* [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
OpenPOWER on IntegriCloud