-
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"
Description
| Bugzilla Link | 2236 |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | NetBSD |
| Blocks | llvm/llvm-bugzilla-archive#2417 |
| Reporter | LLVM Bugzilla Contributor |
Extended Description
Nate's recent changes cause a bogus diagnostic:
static void a (void);
void b (void) { a (); }
static void a(void) {}
/tmp/bug.c:3:13: warning: static 'a' defined but not used
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"