| | | | --- | --- | | Bugzilla Link | [10741](https://llvm.org/bz10741) | | Resolution | DUPLICATE | | Resolved on | Aug 24, 2011 21:43 | | Version | unspecified | | OS | Windows NT | | CC | @DougGregor | ## Extended Description clang does not diagnose this uninstantiatable template: template<typename T> struct S { S() { this->f(); } };