[PATCH] D124758: [analyzer] Implement assume in terms of assumeDual
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 2 06:15:41 PDT 2022
steakhal accepted this revision.
steakhal added a comment.
This revision is now accepted and ready to land.
The patch looks great. Thanks for the stats.
Beyond that, I feel these tests sooo fragile; Although I don't have anything to improve that, so be it.
================
Comment at: clang/test/Analysis/infeasible-crash.c:3
+// RUN: -analyzer-checker=core \
+// RUN: -analyzer-checker=alpha.unix.cstring.OutOfBounds,alpha.unix.cstring.UninitializedRead \
+// RUN: -analyzer-checker=debug.ExprInspection \
----------------
Do we really need this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124758/new/
https://reviews.llvm.org/D124758
More information about the cfe-commits
mailing list