[PATCH] D72212: [Sema] Improve -Wrange-loop-analysis warnings

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 7 13:56:44 PST 2020


MaskRay added inline comments.


================
Comment at: clang/test/SemaCXX/warn-range-loop-analysis.cpp:22
 struct Bar {
+  // The type is too large to suppress the warning for trivially copyable types.
+  char s[128];
----------------
`too large to suppress` means it does not suppress the warning in English, I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72212





More information about the cfe-commits mailing list