Great idea, LGTM. Thanks!
================ Comment at: lib/Sema/SemaDeclCXX.cpp:6567 @@ -6566,4 +6566,3 @@ else - S.Diag(Loc, diag::err_inline_namespace_mismatch) - << IsInline; + S.Diag(Loc, diag::err_inline_namespace_mismatch) << true; ---------------- I think it'd be clearer to use `*IsInline` here, even though it's always `true` at this point. http://llvm-reviews.chandlerc.com/D3057 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
