[Lldb-commits] [PATCH] D100581: [Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable

Michael Benfield via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 3 08:42:13 PDT 2021


mbenfield added a comment.

In D100581#2795966 <https://reviews.llvm.org/D100581#2795966>, @sberg wrote:

> Is it intentional that this warns about volatile variables as in

Yes, volatile was intentional. Alright, I will add a test for this case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100581



More information about the lldb-commits mailing list