| | | | --- | --- | | Bugzilla Link | [2046](https://llvm.org/bz2046) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:56 | | Version | unspecified | | OS | Linux | ## 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.