summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-198-82/+82
* [Concepts] Do not check constraints if not all template arguments have been d...Saar Raz2020-02-121-0/+6
* PR44721: Don't consider overloaded operators for built-in comparisonsRichard Smith2020-02-041-0/+12
* PR44761: Fix fallback to later tiebreakers if two non-template functionsRichard Smith2020-02-041-0/+16
* PR44723: Trigger return type deduction for operator<=>s whose returnRichard Smith2020-01-311-0/+33
* [Concepts] Correctly form initial parameter mapping for parameter packs, supp...Saar Raz2020-01-311-0/+51
* PR44627: Consider reversing == and <=> candidates found by ADL.Richard Smith2020-01-302-1/+13
* [Concepts] Check function constraints before deducing auto return typeSaar Raz2020-01-311-0/+3
* [Concept] Fix incorrect check for containsUnexpandedParameterPack in CSESaar Raz2020-01-301-0/+15
* [Concepts] Make constraint expressions unevaluated until satisfaction checkingSaar Raz2020-01-241-2/+3
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-2430-32/+31
* [Concepts] Implement P1616R1 - Using unconstrained template template paramete...Saar Raz2020-01-241-5/+5
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-244-4/+331
* [Concepts] Profile TypeConstraints in ProfileTemplateParameterListSaar Raz2020-01-241-0/+17
* [Concepts] Requires ExpressionsSaar Raz2020-01-247-0/+751
* Remove redundant CXXScopeSpec from TemplateIdAnnotation.Richard Smith2020-01-241-1/+1
* PR44540: Prefer an inherited default constructor over an initializerRichard Smith2020-01-141-0/+14
* [Concepts] Type ConstraintsSaar Raz2020-01-154-1/+198
* CWG2352: Allow qualification conversions during reference binding.Richard Smith2020-01-092-5/+41
* When diagnosing the lack of a viable conversion function, also listRichard Smith2020-01-098-10/+10
* [Concepts] Fix failing test on WindowsSaar Raz2020-01-091-3/+2
* [Concepts] Function trailing requires clausesSaar Raz2020-01-0918-42/+472
* Always deduce the lengths of contained parameter packs when deducing aRichard Smith2020-01-062-2/+33
* Revert "CWG2352: Allow qualification conversions during reference binding."David Blaikie2019-12-272-40/+4
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-235-5/+220
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-225-213/+5
* [Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>,...Bruno Ricci2019-12-222-3/+12
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-225-5/+213
* CWG2352: Allow qualification conversions during reference binding.Richard Smith2019-12-192-4/+40
* Fix crash on init-capture packs where the type of the initializer is non-depe...Richard Smith2019-12-191-0/+8
* Revert concepts changes from D41910Vedant Kumar2019-12-185-213/+5
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-185-5/+213
* If constant evaluation fails due to an unspecified pointer comparison,Richard Smith2019-12-161-15/+15
* [c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.Richard Smith2019-12-161-0/+52
* [c++20] Compute exception specifications for defaulted comparisons.Richard Smith2019-12-153-10/+236
* [c++20] Implement P1946R0: allow defaulted comparisons to take theirRichard Smith2019-12-102-4/+28
* [c++20] Delete defaulted comparison functions if they would invoke anRichard Smith2019-12-103-0/+98
* [c++20] Implement P1185R2 (as modified by P2002R0).Richard Smith2019-12-101-0/+146
* [c++20] Return type deduction for defaulted three-way comparisons.Richard Smith2019-12-101-0/+125
* [c++20] Fix handling of unqualified lookups from a defaulted comparisonRichard Smith2019-12-091-0/+76
* [c++20] Defaulted comparison support for array members.Richard Smith2019-12-095-37/+92
* [c++20] Synthesis of defaulted comparison functions.Richard Smith2019-12-087-20/+222
* [c++20] Determine whether a defaulted comparison should be deleted orRichard Smith2019-12-067-47/+502
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-12-064-0/+233
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-092-2/+2
* [Sema] Fixes templated friend member assertionMark de Wever2019-11-051-1/+10
* Revert "[Concepts] Constraint Enforcement & Diagnostics"Vlad Tsyrklevich2019-10-284-233/+0
* [c++20] Enforce rule that a union-like class or class with referenceRichard Smith2019-10-271-0/+70
* When diagnosing an ambiguity, only note the candidates that contributeRichard Smith2019-10-247-40/+37
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-10-254-0/+233
OpenPOWER on IntegriCloud