================ Comment at: lib/AST/Decl.cpp:3642 @@ +3641,3 @@ + ReasonToReject = "standard layout"; + else if (II && Blacklist.isBlacklistedType(II->getName(), "field-padding")) + ReasonToReject = "blacklisted by type"; ---------------- This looks weird: II->getName() is neither mangled nor qualified (what would it return for the record declared inside the namespaces)? Consider testing smth. like printQualifiedName().
http://reviews.llvm.org/D5687 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
