-
Notifications
You must be signed in to change notification settings - Fork 17k
__label__ not supported #3801
Copy link
Copy link
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"
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"
Type
Fields
Give feedbackNo fields configured for issues without a type.
Extended Description
the following doesnt work (-fsyntax-only):
void foo() {
label l;
int v;
}