llvm-project/clang/test/CXX
Richard Smith fb8b7b9a1c PR17567: Improve diagnostic for a mistyped constructor name. If we see something
that looks like a function declaration, except that it's missing a return type,
try typo-correcting it to the relevant constructor name.

In passing, fix a bug where the missing-type-specifier recovery codepath would
drop a preceding scope specifier on the floor, leading to follow-on diagnostics
and incorrect recovery for the auto-in-c++98 hack.

llvm-svn: 192644
2013-10-15 00:00:26 +00:00
..
basic Teach typo correction to look inside of classes like it does namespaces. 2013-09-26 19:10:29 +00:00
class Teach typo correction to look inside of classes like it does namespaces. 2013-09-26 19:10:29 +00:00
class.access Implement [class.friend]p11's special name lookup rules for friend declarations 2013-08-09 04:35:01 +00:00
class.derived Improve error for "override" + non-virtual func. 2013-09-05 23:51:03 +00:00
conv Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
dcl.dcl Make wording for certain invalid unary expressions more consistent. 2013-10-09 00:22:23 +00:00
dcl.decl Teach typo correction to look inside of classes like it does namespaces. 2013-09-26 19:10:29 +00:00
drs PR17567: Improve diagnostic for a mistyped constructor name. If we see something 2013-10-15 00:00:26 +00:00
except Preserve exception specs in function decl merging. 2013-09-06 21:09:09 +00:00
expr Diagnose by-copy captures of abstract classes. 2013-10-11 04:25:21 +00:00
lex Add a triple to unbreak buildbots where size_t is not 'unsigned long'. 2013-10-07 22:58:25 +00:00
over Don't produce duplicate notes if we have deduction failure notes when resolving 2013-08-14 00:00:44 +00:00
special Implement [class.friend]p11's special name lookup rules for friend declarations 2013-08-09 04:35:01 +00:00
stmt.stmt Add -Wdeprecated warnings and fixits for things deprecated in C++11: 2013-06-13 02:02:51 +00:00
temp Hopefully unbreak bots which are seeing an assert in this test. Temporary, real 2013-09-24 05:07:58 +00:00