[PATCH] D150657: [clang][dataflow] Use `Strict` accessors in SignAnalysisTest.cpp.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 04:58:04 PDT 2023
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/unittests/Analysis/FlowSensitive/SignAnalysisTest.cpp:240
+// Returns the `Value` associated with `E` (which may be either a prvalue or
+// glvalue). Creates a `Value` or `StorageLocation` as needed if `E` does not
----------------
this seems to belong on Environment rather than here!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150657/new/
https://reviews.llvm.org/D150657
More information about the cfe-commits
mailing list