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
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[clang:sema] de-duplicate getDepthAndIndex helpers
Nick Desaulniers
2018-07-25
1
-23
/
+0
*
Fix template argument deduction when a parameter pack has a value
Richard Smith
2018-07-19
1
-107
/
+183
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+56
*
PR38136: improve handling of template argument deduction of non-trailing
Richard Smith
2018-07-12
1
-28
/
+52
*
Add tests for function conversions in conversion function template
Richard Smith
2018-07-12
1
-0
/
+3
*
Fix deduction for conversion function templates converting to reference
Richard Smith
2018-07-11
1
-4
/
+29
*
Fix determination of whether one set of cvr-qualifiers is compatible
Richard Smith
2018-07-11
1
-6
/
+6
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-57
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+57
*
[Sema] When the address of a member function is used as a template
Akira Hatanaka
2018-06-13
1
-2
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-60
/
+60
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
[Sema] Do not match function type with const T in template argument deduction
Lei Liu
2018-05-03
1
-0
/
+6
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2018-02-22
1
-28
/
+71
*
Fix assert when template argument deduction's original call arg checking trig...
Richard Smith
2018-02-20
1
-1
/
+1
*
PR35045: Convert injected-class-name to its corresponding simple-template-id
Richard Smith
2018-01-04
1
-0
/
+4
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
1
-140
/
+37
*
Add explicit break (PR35700).
Adrian Prantl
2017-12-19
1
-0
/
+1
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+1
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-5
/
+5
*
[c++17] When deducing the type of a non-type template parameter from the type
Richard Smith
2017-12-01
1
-2
/
+3
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-3
/
+2
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-0
/
+65
*
P0702R1: in class template argument deduction from a list of one element, if
Richard Smith
2017-09-07
1
-0
/
+11
*
Give a better error if auto deduction fails due to inconsistent element types...
Richard Smith
2017-08-30
1
-25
/
+67
*
[c++1z] Support deducing B in noexcept(B).
Richard Smith
2017-06-07
1
-30
/
+86
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
Fix assertion failure if we can't deduce a template argument for a variable
Richard Smith
2017-06-02
1
-1
/
+2
*
[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
[next]