summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/drs
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-192-6/+6
* 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-092-2/+2
* Always deduce the lengths of contained parameter packs when deducing aRichard Smith2020-01-061-2/+2
* Revert "CWG2352: Allow qualification conversions during reference binding."David Blaikie2019-12-272-40/+4
* [Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>,...Bruno Ricci2019-12-222-3/+12
* CWG2352: Allow qualification conversions during reference binding.Richard Smith2019-12-192-4/+40
* When diagnosing an ambiguity, only note the candidates that contributeRichard Smith2019-10-242-20/+17
* Implements CWG 1601 in [over.ics.rank/4.2]Richard Smith2019-10-062-5/+22
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-231-1/+4
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-181-14/+45
* [MS] Consder constexpr globals to be inline, as in C++17Reid Kleckner2019-09-111-5/+5
* [Sema] Implement DR2386 for C++17 structured bindingReid Kleckner2019-08-151-0/+21
* Fix handling of class member access into a vector type.Richard Smith2019-08-142-2/+11
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2019-06-141-0/+10
* C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith2019-06-145-7/+311
* Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.Nico Weber2019-06-145-321/+7
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2019-06-131-0/+10
* C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith2019-06-135-7/+311
* Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith2019-05-171-2/+7
* Revert Refactor constant evaluation of typeid(T) to track a symbolic type_inf...Chris Bieneman2019-05-171-7/+2
* Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith2019-05-171-2/+7
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-132-5/+24
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-132-24/+5
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-132-5/+24
* DR1872: don't allow any calls to virtual functions in constantRichard Smith2019-05-092-6/+72
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-092-6/+10
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-0/+15
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-3/+96
* [www] Rebuild cxx_dr_status.Richard Smith2019-04-261-1/+1
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-261-0/+26
* Add missing diagnostic for explicit instantiation declarations namingRichard Smith2019-04-261-4/+3
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-243-30/+5
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-243-9/+10
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-233-5/+30
* [Sema] ADL: Associated namespaces for class types and enumeration types (CWG ...Bruno Ricci2019-04-221-0/+48
* [Sema][NFC] Mark DR1563 as done (List-initialization and overloaded function ...Bruno Ricci2019-04-181-0/+10
* [Sema][NFC] Mark DR705 (Suppressing argument-dependent lookup via parentheses...Bruno Ricci2019-04-181-0/+13
* Mark the lambda function pointer conversion operator as noexcept.Aaron Ballman2019-01-211-0/+12
* PR40329: [adl] Fix determination of associated classes when searching aRichard Smith2019-01-161-0/+30
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-073-14/+41
* [Sema] Produce diagnostics when C++17 aligned allocation/deallocationAkira Hatanaka2018-12-211-2/+2
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-101-1/+7
* Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...Richard Smith2018-11-031-10/+0
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2018-10-301-0/+10
* [C++17] Reject shadowing of capture by parameter in lambdaNicolas Lesser2018-10-251-0/+11
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-2/+2
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-3/+3
* Warn if a local variable's initializer retains a pointer/reference to aRichard Smith2018-07-241-2/+2
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-232-16/+18
OpenPOWER on IntegriCloud