[PATCH] D25937: [Sema] -Wunused-variable warning for variables with array types should behave similarly to variables with scalar types

John McCall via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 10:11:00 PDT 2016


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

Please add a line testing the nested-array case to warn-unused-variables.cpp, but with that, LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D25937





More information about the cfe-commits mailing list