erichkeane added a comment. 1 more thing I missed.
================ Comment at: lib/Sema/SemaDeclCXX.cpp:2389 + return RD->isStruct() && RD->getName() == "IUnknown" && RD->isEmpty() && + Uuid && Uuid->getGuid() =="00000000-0000-0000-C000-000000000046"; +} ---------------- This also has to ensure that IUnknown doesn't inherit from anyone AND that it is in the global namespace. https://reviews.llvm.org/D37308 _______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
