summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr
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
* 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
* [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
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-0/+43
* For P0784R7: add support for explicit destructor calls andRichard Smith2019-09-271-1/+1
* For P0784R7: Add support for dynamic allocation with new / delete duringRichard Smith2019-09-271-16/+17
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-1/+1
* Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith2019-07-061-7/+21
* [Sema] Improved diagnostic for qualifiers in reference bindingAnastasia Stulova2019-06-212-17/+17
* 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
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-121-2/+2
* Revert rL360499 and rL360464 from cfe/trunk:Simon Pilgrim2019-05-111-2/+2
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-111-2/+2
* [Sema] Mark array element destructors referenced during initializationErik Pilkington2019-05-101-3/+3
* Mark the lambda function pointer conversion operator as noexcept.Aaron Ballman2019-01-211-0/+8
* P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith2018-09-261-0/+39
* [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
* Fix determination of whether a reinterpret_cast casts away constness.Richard Smith2018-07-101-0/+26
* PR37450: Fix bug that disabled some type checks for variables with deduced ty...Richard Smith2018-05-141-2/+10
* P0620 follow-up: deducing `auto` from braced-init-list in new exprZhihao Yuan2017-12-113-2/+25
* Don't warn about runtime behavior problems in variable initializers that weRichard Smith2017-09-231-7/+7
* [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)Faisal Vali2017-08-191-2/+2
* [c++1z] Synthesize implicit deduction guides from constructors on demand. RankRichard Smith2017-02-141-1/+1
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-091-0/+10
* [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
* [c++1z] When initializing a const-qualified class type, don't forget to add onRichard Smith2016-12-211-0/+10
OpenPOWER on IntegriCloud