summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.decl
Commit message (Expand)AuthorAgeFilesLines
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-8/+19
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-2/+49
* P0969R0: allow structured binding of accessible members, not only public memb...Richard Smith2018-09-251-5/+46
* [Sema] P0961R1: Relaxing the structured bindings customization point finding ...Erik Pilkington2018-08-091-6/+71
* Per C++ [over.match.copy]p1, direct-initialization of a reference canRichard Smith2018-07-021-0/+9
* [c++17] If a class inherits virtual functions from a base class, it isRichard Smith2018-06-141-0/+5
* [Sema] Improve test coverage of narrowing conversion diagnosticsMikhail Maltsev2018-03-021-6/+11
* [Sema] Classify conversions from enum to float as narrowingMikhail Maltsev2018-02-211-2/+12
* PR33503: When a qualified name in a redeclaration names a prior declaration inRichard Smith2018-01-031-0/+21
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-56/+56
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-56/+56
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-56/+56
* Do not inherit default arguments for friend function in class template.Serge Pavlov2017-06-081-0/+33
* [Sema] Add lvalue-to-rvalue cast in direct-list-initialization of enumVedant Kumar2017-02-161-14/+31
* PR31606: Generalize our tentative DR resolution for inheriting copy/moveRichard Smith2017-01-131-4/+4
* [c++1z] P0217R3: Allow by-value structured binding of arrays.Richard Smith2016-12-141-3/+14
* DR1295 and cleanup for P0135R1: Make our initialization code more directlyRichard Smith2016-12-092-12/+15
* [c++1z] P0490R0, NB comment GB 20: if std::tuple_size<T> is complete, use theRichard Smith2016-12-081-1/+1
* [Sema] Don't perform aggregate initialization for types with explicit constru...Eric Fiselier2016-12-032-0/+38
* Add another testcase missed from r284905.Richard Smith2016-10-221-0/+13
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-0/+14
* Fix clang's handling of the copy performed in the second phase of classRichard Smith2016-09-071-3/+3
* Fix all tests under test/CXX (and test/Analysis) to pass if clang's defaultRichard Smith2016-08-313-10/+35
* [C++1z] Fix crash when decomposing structs with anonymous members.Benjamin Kramer2016-08-121-0/+19
* P0217R3: Constant expression evaluation for decomposition declarations.Richard Smith2016-08-123-3/+41
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-113-0/+398
* Revert the bool portion of r267054Richard Trieu2016-04-221-2/+2
* Split interesting warnings off from -Wfloat-conversionRichard Trieu2016-04-211-2/+2
* Paper over the Windows-only enum initialization test failure until the bug is...Reid Kleckner2016-03-281-1/+2
* P0138R2: Allow direct-list-initialization of an enumeration from an integralRichard Smith2016-03-281-0/+127
* P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...Richard Smith2016-03-082-81/+124
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-281-0/+4
* Implement the likely resolution of core issue 253.Nico Weber2016-02-192-3/+4
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-0/+5
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-1/+1
* Fix typo from r237482. "to reference of type" --> "to reference to type"Richard Trieu2015-05-162-6/+6
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-162-8/+8
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-152-6/+6
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-172-5/+5
* [Sema] Diagnose default argument on a parameter pack.Benjamin Kramer2015-03-271-0/+3
* FIX PR 18432, default args, friends & late-parsed members.Nathan Sidwell2015-02-191-0/+19
* PR22566: a conversion from a floating-point type to bool is a narrowing conve...Richard Smith2015-02-191-0/+3
* Code cleanupNathan Sidwell2015-01-301-0/+1
* Don't crash on an invalid trailing return type on a function before a '...'Nico Weber2014-12-301-0/+4
* Parse: Recover more gracefully from extra :: tokens before a {David Majnemer2014-12-291-0/+2
* Parse: Ignore '::' in 'struct :: {'David Majnemer2014-12-291-1/+0
* Sema: Don't crash when solitary :: token appears before { in struct defDavid Majnemer2014-12-291-0/+3
* First half of CWG1962: decltype(__func__) should not be a reference type,Richard Smith2014-11-111-0/+18
* Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber2014-09-181-1/+1
* PR20844: If we fail to list-initialize a reference, map to the referenced typeRichard Smith2014-09-041-7/+8