summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateDeduction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wdocumentation fixSimon Pilgrim2016-12-261-2/+2
* Fix assertion failure when deducing an auto-typed argument against a differen...Richard Smith2016-12-251-1/+1
* Fix some subtle wrong partial ordering bugs particularly with C++1z auto-typedRichard Smith2016-12-251-67/+113
* Factor out duplication between partial ordering for class template partialRichard Smith2016-12-241-182/+90
* ArrayRefize lists of TemplateArguments in template argument deduction.Richard Smith2016-12-231-48/+33
* Only substitute into type of non-type template parameter once, rather thanRichard Smith2016-12-231-34/+27
* When merging two deduced non-type template arguments for the same parameter,Richard Smith2016-12-231-28/+41
* Speculative revert of r290310 to see if that's the change that's making some ofRichard Smith2016-12-221-27/+34
* Sema: print qualified name for overload candidatesSaleem Abdulrasool2016-12-221-5/+5
* Only substitute into type of non-type template parameter once, rather thanRichard Smith2016-12-221-34/+27
* Factor out checking of template arguments after deduction into a separateRichard Smith2016-12-211-148/+135
* PR31081: ignore exception specifications when deducing function templateRichard Smith2016-12-011-34/+79
* p0012: Teach resolving address of overloaded function with dependent exceptionRichard Smith2016-11-011-0/+9
* [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith2016-10-221-3/+9
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-6/+5
* P0127R2: Support type deduction for types of non-type template parameters inRichard Smith2016-09-281-22/+61
* Fix bug where template argument deduction of a non-type template parameter usedRichard Smith2016-09-281-1/+30
* Fix Wdocumentation unknown parameter warningSimon Pilgrim2016-08-121-116/+114
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-23/+17
* Reapply r276069 with workaround for MSVC 2013Hubert Tong2016-07-301-2/+2
* Revert r276069: MSVC bots not happyHubert Tong2016-07-201-2/+2
* Concepts: Create space for requires-clause in TemplateParameterList; NFCHubert Tong2016-07-201-2/+2
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-4/+2
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-031-21/+12
* [Sema] Disallow ambigious base classes in template argument deductionErik Pilkington2016-06-281-22/+31
* Use more ArrayRefsDavid Majnemer2016-06-241-5/+3
* Apply some suggestions from clang-tidy's performance-unnecessary-value-param.Benjamin Kramer2016-06-151-7/+4
* Fix PR27601 by reverting [r267453] - Refactor traversal of bases in deduction...Faisal Vali2016-05-191-26/+45
* Refactor traversal of bases in deduction of template parameters from baseRichard Smith2016-04-251-45/+26
* When deducing template parameters from base classes of an argument type, don'tRichard Smith2016-04-251-76/+83
* [Sema] Make type deduction work with some overloadable functionsGeorge Burgess IV2016-03-191-0/+5
* Fix the template instantiation of ExtParameterInfos; tests to follow.John McCall2016-03-011-4/+10
* Ensure that we substitute into the declaration of a template parameter packRichard Smith2016-02-031-4/+32
* Refactor conversion of deduced template arguments to reduce repetition.Richard Smith2016-02-031-103/+49
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+2
* Improve diagnostic for the case where a function template candidate is rejectedRichard Smith2015-12-311-2/+6
* Implement [temp.deduct.type]p6: if the nested-name-specifier of a type isRichard Smith2015-12-301-10/+14
* ArrayRef-ize TemplateParameterList. NFCDavid Majnemer2015-12-271-1/+1
* [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...James Y Knight2015-12-241-1/+1
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-181-2/+4
* Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType callRichard Smith2015-12-181-1/+1
* [NFC] Improve a comment from my previous commit (r255221)Faisal Vali2015-12-101-1/+1
* Add parentheses to suppress a -Wparentheses warning.Craig Topper2015-12-101-2/+2
* Fix PR24694 (CWG1591): Deducing array bound and element type from initializer...Faisal Vali2015-12-101-13/+52
* [MS Compat] Adjust thiscall to cdecl when deducing template argumentsDavid Majnemer2015-11-301-2/+11
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-1/+11
* 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
OpenPOWER on IntegriCloud