clang incorrectly rejects references to earlier parameters in a prototype #2418
Labels
bugzilla
Issues migrated from bugzilla
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Extended Description
Testcase:
int aa(int b, int x[sizeof b]) {}
This is perfectly legal C90 and C99 code, but clang claims the b is undeclared.
The text was updated successfully, but these errors were encountered: