| | | | --- | --- | | Bugzilla Link | [2790](https://llvm.org/bz2790) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang misses a warning on: -- void f2(int x) { return x; } --