================
@@ -320,22 +320,6 @@ void test_buf_size_concrete_with_multiplication(void) {
   // bugpath-warning{{The 1st argument to '__buf_size_arg_constraint_mul' is a 
buffer with size 6 but should be a buffer with size equal to or greater than 
the value of the 2nd argument (which is 4) times the 3rd argument (which is 
2)}} \
   // bugpath-note{{The 1st argument to '__buf_size_arg_constraint_mul' is a 
buffer with size 6 but should be a buffer with size equal to or greater than 
the value of the 2nd argument (which is 4) times the 3rd argument (which is 2)}}
 }
-void test_buf_size_symbolic_with_multiplication(size_t s) {
----------------
YexuanXiao wrote:

Since the result type of sizeof is now size_t, warnings are no longer 
generated. Please let me know if this change could have other implications.

https://github.com/llvm/llvm-project/pull/136542
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to