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
/
SemaTemplate
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...
Aaron Puchert
2020-05-06
1
-0
/
+13
*
Teach TreeTransform to substitute into resolved TemplateArguments.
Richard Smith
2020-04-14
1
-0
/
+34
*
[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...
Saar Raz
2020-03-19
1
-0
/
+1
*
[Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDecl
Saar Raz
2020-03-19
1
-0
/
+13
*
Revert "[Concepts] Fix incorrect DeclContext for transformed RequiresExprBody...
Hans Wennborg
2020-03-18
1
-13
/
+0
*
Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...
Hans Wennborg
2020-03-18
1
-1
/
+0
*
[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...
Saar Raz
2020-03-17
1
-0
/
+1
*
[Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDecl
Saar Raz
2020-03-17
1
-0
/
+13
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
1
-2
/
+67
*
Revert "PR45083: Mark statement expressions as being dependent if they appear...
Hans Wennborg
2020-03-12
1
-19
/
+1
*
[Concepts] Add null check for TemplateTypeParmType::getDecl() in GetContained...
Saar Raz
2020-03-06
1
-0
/
+12
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-04
1
-1
/
+19
*
PR44890: Inherit explicitly-specified template arguments into base class
Richard Smith
2020-02-19
1
-0
/
+17
*
Fix type-dependency of bitfields in templates
Elizabeth Andrews
2020-02-13
2
-1
/
+15
*
[Concepts] Fix incorrect check when instantiating abbreviated template type-c...
Saar Raz
2020-02-06
1
-7
/
+11
*
[Concepts] Add missing CXXThisScope to function template constraint substitution
Saar Raz
2020-02-05
1
-1
/
+10
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
1
-0
/
+29
*
Revert "[Concepts] Instantiate invented template type parameter type-constrai...
Saar Raz
2020-02-03
1
-29
/
+0
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
1
-0
/
+29
*
[Concepts] Correctly form initial parameter mapping for parameter packs, supp...
Saar Raz
2020-01-31
1
-0
/
+28
*
[Concepts] Fix incorrect TemplateArgs for introduction of local parameters
Saar Raz
2020-01-27
1
-0
/
+7
*
[Concepts] Transform constraints of non-template functions to ConstantEvaluated
Saar Raz
2020-01-25
1
-12
/
+48
*
[Concepts] Make constraint expressions unevaluated until satisfaction checking
Saar Raz
2020-01-24
1
-0
/
+17
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
4
-5
/
+5
*
[Concepts] Add ExpressionEvaluationContexts to instantiation of constraints
Saar Raz
2020-01-24
1
-0
/
+12
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-1
/
+2
*
[Concepts] Fix bug when referencing function parameters in instantiated funct...
Saar Raz
2020-01-24
1
-0
/
+10
*
[Concepts] Constraint Satisfaction Caching
Saar Raz
2020-01-24
1
-0
/
+34
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+216
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
2
-6
/
+5
*
Fix pack deduction to only deduce the arity of packs that are actually
Richard Smith
2020-01-17
1
-0
/
+18
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
2
-2
/
+37
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-0
/
+31
*
Always deduce the lengths of contained parameter packs when deducing a
Richard Smith
2020-01-06
3
-8
/
+6
*
Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.
Amy Huang
2019-12-18
1
-2
/
+2
*
Update line number after previous patch added an additional unsupported
Eric Christopher
2019-12-12
1
-4
/
+4
*
[clang] [test] Disable the test exhausting stack on NetBSD
Michał Górny
2019-12-12
1
-0
/
+3
*
Properly convert all declaration non-type template arguments when
Richard Smith
2019-12-05
1
-0
/
+32
*
Revert "Properly convert all declaration non-type template arguments when"
David L. Jones
2019-12-04
1
-32
/
+0
*
Properly convert all declaration non-type template arguments when
Richard Smith
2019-12-04
1
-0
/
+32
*
[c++17] Fix assert / wrong code when passing a noexcept pointer to
Richard Smith
2019-12-04
1
-0
/
+9
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Elizabeth Andrews
2019-12-03
4
-6
/
+16
*
[Diagnostics] Try to improve warning message for -Wreturn-type
Dávid Bolvanský
2019-11-09
1
-2
/
+2
*
Revert "Reapply "Fix crash on switch conditions of non-integer types in templ...
Melanie Blower
2019-11-08
4
-16
/
+6
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Melanie Blower
2019-11-08
4
-6
/
+16
*
[Sema] Fixes a crash with a templated destructor
Mark de Wever
2019-11-07
1
-0
/
+10
*
[Diagnostics] Improve some error messages related to bad use of dynamic_cast
Dávid Bolvanský
2019-11-04
1
-1
/
+1
*
PR43400: Add test that we can instantiate a friend function that is
Richard Smith
2019-10-27
1
-0
/
+7
*
When diagnosing an ambiguity, only note the candidates that contribute
Richard Smith
2019-10-24
3
-7
/
+7
*
Fix assertion failure for a cv-qualified array as a non-type template
Richard Smith
2019-10-11
1
-0
/
+13
[next]