-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"quality-of-implementation
Description
| Bugzilla Link | 9243 |
| Resolution | FIXED |
| Resolved on | May 16, 2012 00:33 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
Extended Description
I got this today:
CGDecl.cpp:85:8: error: duplicate case value '6'
case Decl::Label: // label x;
^
CGDecl.cpp:73:8: note: previous case defined here
case Decl::Label:
^
It should say "duplicate case value 'Decl::Label'"
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"quality-of-implementation