#undef syntax violation #2417
Labels
accepts-invalid
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Extended Description
Clang permits the following which doesn't match the #undef syntax:
#define b
#undef a b
The text was updated successfully, but these errors were encountered: