CarlosAlbertoEnciso added inline comments.
================ Comment at: include/clang/Basic/DiagnosticGroups.td:828-829 // -Wunused-local-typedefs = -Wunused-local-typedef +def : DiagGroup<"unused-usings", [UnusedUsing]>; + // -Wunused-usings = -Wunused-using ---------------- lebedev.ri wrote: > Why? gcc compatibility? No particular reason. I just follow the 'unused-local-typedefs' model. If there is not objection from others reviewers, I will drop the gcc compatibility. https://reviews.llvm.org/D44826 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits