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

Dmitry Babokin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 27 21:36:23 PDT 2021


dbabokin added a comment.

One more false-positive:

  void foo() {
    extern int yydebug;
    yydebug = 1;
  }

It was triggered in ISPC build.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100581



More information about the cfe-commits mailing list