[PATCH] D75121: Put microsoft template parameter shadow warning behind separate flag (PR44794)

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 25 11:15:28 PST 2020


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

code lgtm

Should we have a standalone test for this? Something that compiles with `clang -cc1 -Wno-microsoft -Wmicrosoft-template-shadow` and looks for the shadowing warnings?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75121/new/

https://reviews.llvm.org/D75121





More information about the cfe-commits mailing list