summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-3/+3
* [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-2410-10/+10
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-3/+3
* [Concepts] Requires ExpressionsSaar Raz2020-01-247-0/+751
* When diagnosing the lack of a viable conversion function, also listRichard Smith2020-01-091-1/+1
* [Concepts] Function trailing requires clausesSaar Raz2020-01-093-0/+96
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-231-5/+10
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-221-10/+5
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-221-5/+10
* Revert concepts changes from D41910Vedant Kumar2019-12-181-10/+5
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-181-5/+10
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-12-061-0/+31
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-092-2/+2
* Revert "[Concepts] Constraint Enforcement & Diagnostics"Vlad Tsyrklevich2019-10-281-31/+0
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-10-251-0/+31
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+149
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-149/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+149
* [Sema] Improved diagnostic for qualifiers in reference bindingAnastasia Stulova2019-06-211-14/+14
* If capturing a variable fails, add a capture anyway (and mark itRichard Smith2019-05-281-0/+7
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-212-4/+64
* Mark the lambda function pointer conversion operator as noexcept.Aaron Ballman2019-01-211-0/+8
* [Sema] Remove location from implicit capture init exprVedant Kumar2018-09-132-4/+4
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-2/+2
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-0/+7
* PR37450: Fix bug that disabled some type checks for variables with deduced ty...Richard Smith2018-05-141-2/+10
* [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)Faisal Vali2017-08-191-2/+2
* [Sema] Add warning for unused lambda capturesMalcolm Parsons2017-01-135-5/+5
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-2/+2
* PR23281: Fix implementation of DR1891 to implement the intent: that is, aRichard Smith2016-11-161-2/+2
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-0/+10
* Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky2016-05-141-2/+2
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-0/+22
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-2/+3
* Clarify the error message when the reason the conversion is not viable is bec...Nick Lewycky2015-08-251-1/+1
* Instantiate function declarations in instantiated functions.Serge Pavlov2015-08-231-5/+8
* Fix typo from r237482. "to reference of type" --> "to reference to type"Richard Trieu2015-05-161-4/+4
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-161-4/+4
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-151-4/+4
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-272-6/+6
* Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith2015-02-111-2/+2
* Update error message text.Serge Pavlov2015-01-181-2/+2
* DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith2014-12-191-5/+2
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-172-2/+2
* DR1891, PR21787: a lambda closure type has no default constructor, rather thanRichard Smith2014-12-102-5/+5
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-2/+2
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-3/+2
OpenPOWER on IntegriCloud