steakhal added inline comments.

================
Comment at: clang/test/Analysis/PR49490.cpp:12
+
+int *ints;
+int oob_access();
----------------
I think you can remove this line.
We already have a global variable to be invalidated by the evaluation of 
`oob_access()` call.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98341

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to