summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.dcl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-253-3/+49
* Using for attributes voted into C++17.Richard Smith2016-06-241-0/+16
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-0/+47
* Add support for derived class special members hiding functions brought in fromRichard Smith2016-05-131-0/+32
* Add forgotten test from r268594.Richard Smith2016-05-051-0/+4
* Add a FixItHint for the new diagnostic for a non-class-scope using-declaratio...Richard Smith2016-05-051-0/+27
* Fix implementation of C++'s restrictions on using-declarations referring to e...Richard Smith2016-05-053-48/+83
* Implement support for [[maybe_unused]] in C++1z that is based off existing su...Aaron Ballman2016-03-094-0/+56
* Readd testcase accidentally removed in r262888.Richard Smith2016-03-091-0/+2
* Silence duplicate diagnostics because parsing of a standards-based attribute ...Aaron Ballman2016-03-081-0/+8
* Move [[nodiscard]] tests into test/CXX tree.Richard Smith2016-03-082-0/+46
* Add accidentally forgotten testcase from r262881.Richard Smith2016-03-081-0/+70
* PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for...Denis Zobnin2016-02-021-0/+3
* Allow non-defining declarations of class template partial specializations toRichard Smith2015-12-111-0/+26
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-172-2/+39
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-112-4/+17