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
/
CXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang
Richard Smith
2020-02-19
8
-82
/
+82
*
[Concepts] Do not check constraints if not all template arguments have been d...
Saar Raz
2020-02-12
1
-0
/
+6
*
PR44721: Don't consider overloaded operators for built-in comparisons
Richard Smith
2020-02-04
1
-0
/
+12
*
PR44761: Fix fallback to later tiebreakers if two non-template functions
Richard Smith
2020-02-04
1
-0
/
+16
*
PR44723: Trigger return type deduction for operator<=>s whose return
Richard Smith
2020-01-31
1
-0
/
+33
*
[Concepts] Correctly form initial parameter mapping for parameter packs, supp...
Saar Raz
2020-01-31
1
-0
/
+51
*
PR44627: Consider reversing == and <=> candidates found by ADL.
Richard Smith
2020-01-30
2
-1
/
+13
*
[Concepts] Check function constraints before deducing auto return type
Saar Raz
2020-01-31
1
-0
/
+3
*
[Concept] Fix incorrect check for containsUnexpandedParameterPack in CSE
Saar Raz
2020-01-30
1
-0
/
+15
*
[Concepts] Make constraint expressions unevaluated until satisfaction checking
Saar Raz
2020-01-24
1
-2
/
+3
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
30
-32
/
+31
*
[Concepts] Implement P1616R1 - Using unconstrained template template paramete...
Saar Raz
2020-01-24
1
-5
/
+5
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
4
-4
/
+331
*
[Concepts] Profile TypeConstraints in ProfileTemplateParameterList
Saar Raz
2020-01-24
1
-0
/
+17
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
7
-0
/
+751
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
1
-1
/
+1
*
PR44540: Prefer an inherited default constructor over an initializer
Richard Smith
2020-01-14
1
-0
/
+14
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
4
-1
/
+198
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2020-01-09
2
-5
/
+41
*
When diagnosing the lack of a viable conversion function, also list
Richard Smith
2020-01-09
8
-10
/
+10
*
[Concepts] Fix failing test on Windows
Saar Raz
2020-01-09
1
-3
/
+2
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
18
-42
/
+472
*
Always deduce the lengths of contained parameter packs when deducing a
Richard Smith
2020-01-06
2
-2
/
+33
*
Revert "CWG2352: Allow qualification conversions during reference binding."
David Blaikie
2019-12-27
2
-40
/
+4
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-23
5
-5
/
+220
*
Revert "[Concepts] Constrained partial specializations and function overloads."
Reid Kleckner
2019-12-22
5
-213
/
+5
*
[Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>,...
Bruno Ricci
2019-12-22
2
-3
/
+12
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-22
5
-5
/
+213
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2019-12-19
2
-4
/
+40
*
Fix crash on init-capture packs where the type of the initializer is non-depe...
Richard Smith
2019-12-19
1
-0
/
+8
*
Revert concepts changes from D41910
Vedant Kumar
2019-12-18
5
-213
/
+5
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-18
5
-5
/
+213
*
If constant evaluation fails due to an unspecified pointer comparison,
Richard Smith
2019-12-16
1
-15
/
+15
*
[c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.
Richard Smith
2019-12-16
1
-0
/
+52
*
[c++20] Compute exception specifications for defaulted comparisons.
Richard Smith
2019-12-15
3
-10
/
+236
*
[c++20] Implement P1946R0: allow defaulted comparisons to take their
Richard Smith
2019-12-10
2
-4
/
+28
*
[c++20] Delete defaulted comparison functions if they would invoke an
Richard Smith
2019-12-10
3
-0
/
+98
*
[c++20] Implement P1185R2 (as modified by P2002R0).
Richard Smith
2019-12-10
1
-0
/
+146
*
[c++20] Return type deduction for defaulted three-way comparisons.
Richard Smith
2019-12-10
1
-0
/
+125
*
[c++20] Fix handling of unqualified lookups from a defaulted comparison
Richard Smith
2019-12-09
1
-0
/
+76
*
[c++20] Defaulted comparison support for array members.
Richard Smith
2019-12-09
5
-37
/
+92
*
[c++20] Synthesis of defaulted comparison functions.
Richard Smith
2019-12-08
7
-20
/
+222
*
[c++20] Determine whether a defaulted comparison should be deleted or
Richard Smith
2019-12-06
7
-47
/
+502
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
4
-0
/
+233
*
[Diagnostics] Try to improve warning message for -Wreturn-type
Dávid Bolvanský
2019-11-09
2
-2
/
+2
*
[Sema] Fixes templated friend member assertion
Mark de Wever
2019-11-05
1
-1
/
+10
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
4
-233
/
+0
*
[c++20] Enforce rule that a union-like class or class with reference
Richard Smith
2019-10-27
1
-0
/
+70
*
When diagnosing an ambiguity, only note the candidates that contribute
Richard Smith
2019-10-24
7
-40
/
+37
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
4
-0
/
+233
[next]