================ Comment at: lib/Sema/SemaDecl.cpp:1772 @@ -1771,3 +1771,3 @@ - // Modules always permit redefinition of typedefs, as does C11. - if (getLangOpts().Modules || getLangOpts().C11) + // Modules always permit redefinition of typedefs, as does C11 and Plan 9. + if (getLangOpts().Modules || getLangOpts().C11 || getLangOpts().Plan9Ext) ---------------- "as **do** C11 and Plan 9"
http://reviews.llvm.org/D3853 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
