[PATCH] D153059: [-Wunsafe-buffer-usage] Group parameter fix-its

Rashmi Mudduluru via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 17:08:32 PDT 2023


t-rasmud added inline comments.


================
Comment at: clang/test/SemaCXX/warn-unsafe-buffer-usage-fixits-multi-parm-span.cpp:306
+  b[5] = 5; // expected-note{{used in buffer access here}}
+}
----------------
Can we have a test case with qualifiers on parameters and maybe another with a qualifier on the function itself?


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

https://reviews.llvm.org/D153059



More information about the cfe-commits mailing list