summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.decl/dcl.meaning
Commit message (Expand)AuthorAgeFilesLines
* PR33503: When a qualified name in a redeclaration names a prior declaration inRichard Smith2018-01-031-0/+21
* Do not inherit default arguments for friend function in class template.Serge Pavlov2017-06-081-0/+33
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-0/+14
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-281-0/+4
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-1/+1
* [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
* 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
* Fix for PR20660, where unexpanded parameter pack in function parameter clause...Larisse Voufo2014-08-291-0/+27
* Reject varargs '...' in function prototype if there are more parameters afterRichard Smith2014-08-111-2/+1
* PR19742: cv-qualifiers and ref-qualifiers aren't allowed on functions withinRichard Smith2014-05-142-4/+24
* Don't emit an ExtWarn on declarations of variable template specializations;Richard Smith2014-04-171-4/+4
* Don't fold together the name lookup entries for two declarations if they areRichard Smith2014-03-171-11/+12
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-3/+3
* PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, orRichard Smith2014-02-191-3/+2
* Implement DR482: namespace members can be redeclared with a qualified nameRichard Smith2013-12-051-5/+13
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
* Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using aRichard Smith2013-12-051-0/+79
* Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain2013-09-261-3/+3
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-4/+61
* Mark that qualifiers can prefix the auto type. This seems to just haveChandler Carruth2013-09-021-1/+1
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-0/+152
* PR15390: If a function returns a pointer to a function, that function typeRichard Smith2013-03-061-1/+4
* Fixed an assertion failure triggered by invalid code.Enea Zaffanella2013-01-111-4/+2
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-2/+2
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-193-0/+3
* Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs2012-10-191-3/+3
* Promote the warning about extra qualification on a declaration from aDouglas Gregor2012-09-131-7/+7
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-1/+3
* If parsing a trailing-return-type fails, don't pretend we didn't have one atRichard Smith2012-06-121-1/+1
* Test file I forgot to 'svn add' in r156802.Richard Smith2012-05-151-0/+14
* Fold the six functions checking explicitly-defaulted special member functionsRichard Smith2012-05-151-7/+20
* Push the knowledge that we are parsing a type-id/type-name further into theRichard Smith2012-05-091-1/+5
* Unify and fix our checking of C++ [dcl.meaning]p1's requirementsDouglas Gregor2012-03-281-0/+15
* Diagnose tag and class template declarations with qualifiedDouglas Gregor2012-03-171-0/+22
* Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith2012-03-121-1/+1
* PR11684, core issue 1417:Richard Smith2012-02-102-12/+43
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Move & comment the 'decltype in declarator-id' as suggested by Doug Gregor.David Blaikie2011-12-141-4/+2
* Disallow decltype in qualified declarator-ids.David Blaikie2011-12-131-0/+26
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-139-9/+9
* constexpr functions are implicitly const. More tests to follow.Richard Smith2011-09-301-2/+2
* Add test case for defaulted copy and move structure validation.Sebastian Redl2011-09-041-0/+62
* Fix an inconsistency in Sema::ConvertArgumentsForCall in thatPeter Collingbourne2011-07-292-2/+2
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Fix a few auto-related issues:Richard Smith2011-02-223-0/+11