[PATCH] D60742: [analyzer] RegionStore: Enable loading default bindings from variables.
Devin Coughlin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 15 17:57:29 PDT 2019
dcoughlin accepted this revision.
dcoughlin added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: clang/unittests/StaticAnalyzer/StoreTest.cpp:20
+// back from that variable. Test what happens if default bindings are used.
+class VariableBindConsumer : public ExprEngineConsumer {
+ void performTest(const Decl *D) {
----------------
It is awesome to see unit tests for this!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60742/new/
https://reviews.llvm.org/D60742
More information about the cfe-commits
mailing list