summaryrefslogtreecommitdiffstats
path: root/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-062-5/+5
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-063-17/+54
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-6/+3
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-042-5/+5
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-3/+96
* Do not warn on switches over enums that do not use [[maybe_unused]] enumeratorsDavid Blaikie2019-05-021-2/+16
* [www] Rebuild cxx_dr_status.Richard Smith2019-04-261-1/+1
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-263-4/+30
* Add missing diagnostic for explicit instantiation declarations namingRichard Smith2019-04-261-4/+3
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-245-34/+9
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-246-15/+16
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-235-9/+34
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-228-24/+244
* [Sema] ADL: Associated namespaces for class types and enumeration types (CWG ...Bruno Ricci2019-04-222-5/+61
* [Sema][NFC] Add more tests for the behavior of argument-dependent name lookupBruno Ricci2019-04-225-0/+565
* [c++2a] Add semantic support for private module fragments.Richard Smith2019-04-184-11/+88
* [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
* [c++2a] Improve diagnostic for use of declaration from another TU'sRichard Smith2019-04-181-0/+86
* PR41192: fix cases where "missing ';' after class" error wouldRichard Smith2019-04-161-3/+2
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-0/+40
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-144-21/+107
* [C++20] Implement context-sensitive header-name lexing and pp-import parsing ...Richard Smith2019-04-117-0/+135
* Fix implementation of [temp.local]p4.Richard Smith2019-02-152-10/+6
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-152-6/+10
* Fix implementation of [temp.local]p4.Richard Smith2019-02-152-10/+6
* Add a triple to this test so it passes for targets where alignof(double)Richard Smith2019-01-241-1/+1
* Mark the lambda function pointer conversion operator as noexcept.Aaron Ballman2019-01-212-0/+20
* 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-076-27/+48
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-5/+4
* Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman2019-01-031-0/+29
* [Sema] Produce diagnostics when C++17 aligned allocation/deallocationAkira Hatanaka2018-12-211-2/+2
* [NFC] Test commit: tweak whitespace in commentTan S. B2018-12-171-2/+2
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-103-8/+40
* 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
* PR24164, PR39336: init-captures are not distinct full-expressions.Richard Smith2018-10-191-1/+51
* Add basic test that we perform lifetime extension in the expectedRichard Smith2018-10-191-0/+190
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-6/+6
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-6/+6
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-287-10/+57
* P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith2018-09-262-0/+51
* P0969R0: allow structured binding of accessible members, not only public memb...Richard Smith2018-09-251-5/+46
* P0962R1: only use the member form of 'begin' and 'end' in a range-basedRichard Smith2018-09-241-2/+57
* [Sema] Remove location from implicit capture init exprVedant Kumar2018-09-132-4/+4
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-052-5/+5
* Improve diagnostic for missing comma in template parameter list.Richard Smith2018-08-171-3/+6
* [Sema] P0961R1: Relaxing the structured bindings customization point finding ...Erik Pilkington2018-08-091-6/+71