================
@@ -2549,6 +2568,28 @@ class UnsafeBufferUsageReporter : public 
UnsafeBufferUsageHandler {
     }
   }
 
+  void handleUnsafeOperationInStringView(const Stmt *Operation,
----------------
ziqingluo-90 wrote:

We probably could use `handleUnsafeOperationInContainer` to handle both 
`std::span` and `std::string_view`.

https://github.com/llvm/llvm-project/pull/180471
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to