index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaTemplateDeduction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-8
/
+16
*
Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for
Richard Smith
2017-02-23
1
-8
/
+6
*
Fix deduction of type of pack-expanded non-type template parameter.
Richard Smith
2017-02-21
1
-50
/
+95
*
When deducing an array bound from the length of an initializer list, don't
Richard Smith
2017-02-21
1
-3
/
+10
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
1
-3
/
+3
*
Revert r295277 to fix buildbot.
Richard Smith
2017-02-16
1
-93
/
+61
*
Add missing "deduced A == A" check for function template partial ordering.
Richard Smith
2017-02-16
1
-61
/
+93
*
[c++1z] Synthesize implicit deduction guides from constructors on demand. Rank
Richard Smith
2017-02-14
1
-33
/
+49
*
Make helpers static. NFC.
Benjamin Kramer
2017-02-11
1
-2
/
+2
*
[c++1z] P0091R3: Basic support for deducing class template arguments via dedu...
Richard Smith
2017-02-09
1
-35
/
+52
*
PR31846: Don't replace 'auto' type with a template parameter type in a generi...
Richard Smith
2017-02-04
1
-0
/
+7
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-1
/
+3
*
PR9551: Implement DR1004 (http://wg21.link/cwg1004).
Richard Smith
2017-01-18
1
-5
/
+3
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-18
/
+43
*
Implement DR1388 (wg21.link/cwg1388).
Richard Smith
2017-01-09
1
-31
/
+52
*
Revert r291410 and r291411.
Richard Smith
2017-01-09
1
-31
/
+13
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-13
/
+31
*
Fix bug where types other than 'cv auto', 'cv auto &', and 'cv auto &&' could
Richard Smith
2017-01-05
1
-0
/
+6
*
Add missing "original call argument has same type as deduced parameter type"
Richard Smith
2017-01-05
1
-21
/
+80
*
If an explicitly-specified pack might have been extended by template argument
Richard Smith
2017-01-05
1
-13
/
+14
*
Per [temp.deduct.call], do not deduce an array bound of 0 from an empty initi...
Richard Smith
2017-01-05
1
-1
/
+3
*
Factor out more common logic in template argument deduction from function cal...
Richard Smith
2017-01-05
1
-71
/
+62
*
Fix assertion failure on deduction failure due to too short template argument...
Richard Smith
2017-01-05
1
-2
/
+3
*
Fix failure to treat overloaded function in braced-init-list as a non-deduced...
Richard Smith
2017-01-04
1
-4
/
+3
*
Factor out duplicated code and simplify.
Richard Smith
2017-01-04
1
-132
/
+81
*
Fix deduction of pack elements after a braced-init-list.
Richard Smith
2017-01-04
1
-6
/
+2
*
Fix template argument deduction when only some of a parameter pack is a non-d...
Richard Smith
2017-01-04
1
-36
/
+41
*
Revert "DR1391: Check for implicit conversion sequences for non-dependent fun...
Renato Golin
2017-01-02
1
-26
/
+10
*
DR1391: Check for implicit conversion sequences for non-dependent function
Richard Smith
2017-01-02
1
-10
/
+26
*
Address post-commit review comments.
Richard Smith
2017-01-02
1
-3
/
+0
*
[c++17] Implement P0522R0 as written. This allows a template template argument
Richard Smith
2016-12-31
1
-9
/
+76
*
Remove redundant assertion.
Richard Smith
2016-12-31
1
-3
/
+0
*
Remove bogus assertion and add testcase that triggers it.
Richard Smith
2016-12-30
1
-2
/
+4
*
DR1495: A partial specialization is ill-formed if it is not (strictly) more
Richard Smith
2016-12-27
1
-12
/
+99
*
Work around a standard defect: template argument deduction for non-type
Richard Smith
2016-12-27
1
-7
/
+12
*
Factor out repeated code for deducing a non-type template parameter as a given
Richard Smith
2016-12-27
1
-81
/
+38
*
Wdocumentation fix
Simon Pilgrim
2016-12-26
1
-2
/
+2
*
Fix assertion failure when deducing an auto-typed argument against a differen...
Richard Smith
2016-12-25
1
-1
/
+1
*
Fix some subtle wrong partial ordering bugs particularly with C++1z auto-typed
Richard Smith
2016-12-25
1
-67
/
+113
*
Factor out duplication between partial ordering for class template partial
Richard Smith
2016-12-24
1
-182
/
+90
*
ArrayRefize lists of TemplateArguments in template argument deduction.
Richard Smith
2016-12-23
1
-48
/
+33
*
Only substitute into type of non-type template parameter once, rather than
Richard Smith
2016-12-23
1
-34
/
+27
*
When merging two deduced non-type template arguments for the same parameter,
Richard Smith
2016-12-23
1
-28
/
+41
*
Speculative revert of r290310 to see if that's the change that's making some of
Richard Smith
2016-12-22
1
-27
/
+34
*
Sema: print qualified name for overload candidates
Saleem Abdulrasool
2016-12-22
1
-5
/
+5
*
Only substitute into type of non-type template parameter once, rather than
Richard Smith
2016-12-22
1
-34
/
+27
*
Factor out checking of template arguments after deduction into a separate
Richard Smith
2016-12-21
1
-148
/
+135
*
PR31081: ignore exception specifications when deducing function template
Richard Smith
2016-12-01
1
-34
/
+79
*
p0012: Teach resolving address of overloaded function with dependent exception
Richard Smith
2016-11-01
1
-0
/
+9
*
[c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for
Richard Smith
2016-10-22
1
-3
/
+9
[next]