summaryrefslogtreecommitdiff
path: root/test/CXX/dcl.dcl
Commit message (Expand)AuthorAgeFilesLines
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-0/+17
* For P0784R7: add further testing of requirements on constexprRichard Smith2019-09-231-0/+68
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-232-3/+10
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-182-17/+45
* [MS] Consder constexpr globals to be inline, as in C++17Reid Kleckner2019-09-111-4/+8
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-043-0/+69
* Implement P1668R1Erich Keane2019-08-191-2/+6
* When determining whether a lambda-expression is implicitly constexpr,Richard Smith2019-07-291-4/+1
* Implement P1771Erich Keane2019-07-251-0/+50
* Implement P1301R4, which allows specifying an optional message on the [[nodis...Aaron Ballman2019-07-202-7/+31
* [CXX] Exercise all paths through these tests.Paul Robinson2019-07-091-0/+1
* [c++20] P1330R0: permit simple-assignments that change the active memberRichard Smith2019-05-211-1/+1
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-5/+17
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-131-17/+5
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-5/+17
* DR1872: don't allow any calls to virtual functions in constantRichard Smith2019-05-091-2/+2
* Do not warn on switches over enums that do not use [[maybe_unused]] enumeratorsDavid Blaikie2019-05-021-2/+16
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-241-2/+2
* Add a triple to this test so it passes for targets where alignof(double)Richard Smith2019-01-241-1/+1
* Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman2019-01-031-0/+29
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-102-7/+33
* Add missing temporary materialization conversion on left-hand side of .Richard Smith2018-07-271-1/+1
* When a dependent alignas is applied to a non-dependent typedef,Richard Smith2018-06-201-0/+6
* Allow [[maybe_unused]] on static data members; these are considered variables...Aaron Ballman2018-04-121-1/+1
* [C++17] Fix class template argument deduction for default constructors withou...Zhihao Yuan2018-03-241-2/+3
* Bring r325915 back.Rafael Espindola2018-02-231-4/+4
* [Sema] Fix decltype of static data membersMikhail Maltsev2018-02-141-1/+6
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-262-4/+4
* Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith2017-11-011-0/+1
* Fix nodiscard for volatile referencesErich Keane2017-10-191-0/+12
* This test case was missing -fsyntax-only, so I've added it. NFC to the actual...Aaron Ballman2017-10-171-1/+1
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-132-10/+10
* Improve diagnostics if friend function redefines file-level function.Serge Pavlov2017-06-081-0/+28
* Correct class-template deprecation behavior-REDUXErich Keane2017-03-231-3/+34
* Revert "Correct class-template deprecation behavior"Martin Bohme2017-03-221-34/+3
* Correct class-template deprecation behaviorErich Keane2017-03-211-3/+34
* [c++1z] Diagnose attempts to use variables with deduced class templateRichard Smith2017-02-103-8/+16
* [c++1z] Require an initializer for deduced class template specialization types.Richard Smith2017-02-104-6/+12
* [c++1z] In class template argument deduction, all declarators must deduce the...Richard Smith2017-02-101-0/+12
* P0091R3: Improved syntactic checking of deduction-guides.Richard Smith2017-02-081-1/+1
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-1/+1
* PR31606: Generalize our tentative DR resolution for inheriting copy/moveRichard Smith2017-01-131-14/+14
* Implement DR1265 (wg21.link/cwg1265).Richard Smith2017-01-131-7/+28
* PR30305: Implement proposed DR resolution to prevent slicing via inherited co...Richard Smith2017-01-081-3/+27
* Fix name hiding and redeclaration checking for dependent localRichard Smith2016-12-181-20/+19
* Fix some interactions between C++11 and C++14 features and using-declarations:Richard Smith2016-12-181-4/+154
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-3/+3
* Fix bogus "inline namespace cannot be reopened as non-inline" diagnostic toRichard Smith2016-09-301-2/+7
* Push alias-declarations and alias-template declarations into scope even ifRichard Smith2016-07-151-2/+2
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-283-1/+185