[PATCH] D123858: [clang][dataflow] Ensure well-formed flow conditions.
Stanislav Gatev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 20 06:53:25 PDT 2022
sgatev accepted this revision.
sgatev added inline comments.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp:884
+//
+// Note: currently, abstract function calls are uninterpreted, so the test
+// exercises this case. If and when we change that, this test will not add to
----------------
What does "abstract" mean here? Perhaps "arbitrary"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123858/new/
https://reviews.llvm.org/D123858
More information about the cfe-commits
mailing list