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
/
test
/
SemaCXX
/
cxx1z-class-template-argument-deduction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR45124: Don't leave behind pending cleanups when declaring implicit
Richard Smith
2020-03-11
1
-0
/
+15
*
PR42513: Enter the proper DeclContext before substituting into an
Richard Smith
2019-08-24
1
-3
/
+6
*
[clang] Fixing incorrect implicit deduction guides (PR41549)
Gauthier Harnisch
2019-06-14
1
-0
/
+15
*
Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined d...
Eric Fiselier
2019-01-17
1
-0
/
+80
*
Handle dependent class template names in class template argument
Richard Smith
2018-09-28
1
-0
/
+7
*
[Sema] Use a TreeTransform to extract deduction guide parameter types
Erik Pilkington
2018-07-27
1
-0
/
+29
*
[Sema] Fix a crash by completing a type before using it
Erik Pilkington
2018-07-26
1
-0
/
+25
*
PR37631: verify that a member deduction guide has the same access as its temp...
Richard Smith
2018-05-30
1
-0
/
+16
*
PR34520: after instantiating a non-templated member deduction guide, don't fo...
Richard Smith
2018-05-30
1
-0
/
+12
*
PR35045: Convert injected-class-name to its corresponding simple-template-id
Richard Smith
2018-01-04
1
-0
/
+11
*
Never try to instantiate a deduction guide's "definition". Fixes bogus warnin...
Richard Smith
2017-10-28
1
-2
/
+2
*
PR33489: A function-style cast to a deduced class template specialization typ...
Richard Smith
2017-08-11
1
-0
/
+23
*
Don't emit undefined-internal warnings for CXXDeductionGuideDecls.
Richard Smith
2017-08-03
1
-1
/
+24
*
Weaken restriction in r304862 to allow implicit deduction guides to reference
Richard Smith
2017-06-08
1
-0
/
+8
*
Fix a couple of class template argument deduction crashes with libc++'s tuple.
Richard Smith
2017-06-07
1
-0
/
+24
*
PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes wh...
Richard Smith
2017-04-20
1
-0
/
+35
*
PR32185: Revert r291512 and add a testcase for PR32185.
Richard Smith
2017-04-13
1
-12
/
+6
*
Fix deduction of type of pack-expanded non-type template parameter.
Richard Smith
2017-02-21
1
-4
/
+10
*
Fix lookup through injected-class-names in implicit deduction guides in the
Richard Smith
2017-02-21
1
-4
/
+17
*
When deducing an array bound from the length of an initializer list, don't
Richard Smith
2017-02-21
1
-6
/
+4
*
PR32010: Fix template argument depth mixup when forming implicit constructor
Richard Smith
2017-02-21
1
-0
/
+26
*
Properly set up the DeclContext for parameters of implicit deduction guides;
Richard Smith
2017-02-16
1
-0
/
+8
*
[c++1z] Diagnose non-deducible template parameters in deduction guide templat...
Richard Smith
2017-02-16
1
-0
/
+18
*
Canonicalize implicit deduction guide parameter types when forming a deduction
Richard Smith
2017-02-14
1
-0
/
+13
*
[c++1z] Add some more tests for class template argument deduction, add
Richard Smith
2017-02-14
1
-0
/
+20
*
[c++1z] Tests for class template argument deduction in dependent contexts.
Richard Smith
2017-02-10
1
-0
/
+30
*
[c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.
Richard Smith
2017-02-10
1
-6
/
+11
*
[c++1z] P0091R3: Basic support for deducing class template arguments via dedu...
Richard Smith
2017-02-09
1
-0
/
+84