[PATCH] D67287: [Diagnostics] Add -Wsizeof-array-div

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 05:30:09 PDT 2019


xbolva00 added a comment.

>> This adds a new enabled-by-default warning which can break people's builds if they have -Werror.

Sorry, but why a LLVM/Clang contributor should care if user’s -Werror builds may break just because a true positive?

If it breaks a build and finds a bug, then great, no?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67287





More information about the llvm-commits mailing list