[clang] [-Wunsafe-buffer-usage] Introduce std::array fixits (PR #80084)

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 1 14:04:46 PST 2024


================
@@ -58,6 +95,8 @@ class UnsafeBufferUsageHandler {
 #endif
 
 public:
+  enum class TargetType { Span, Array };
----------------
jkorous-apple wrote:

Totally. Removed. Thanks!

https://github.com/llvm/llvm-project/pull/80084


More information about the cfe-commits mailing list