arphaman added inline comments.
================ Comment at: lib/Sema/SemaDeclObjC.cpp:1208 + // serialize something meaningful. + if (getLangOpts().Modules) + PushOnScopeChains(PDecl, TUScope); ---------------- Is this a problem only for modules or does this show up in PCHs too? What would be the cost of using PushOnScopeChains unconditionally? Repository: rC Clang https://reviews.llvm.org/D47297 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits