[PATCH] D60742: [analyzer] RegionStore: Enable loading default bindings from variables.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 16 18:06:54 PDT 2019
NoQ marked an inline comment as done.
NoQ added inline comments.
================
Comment at: clang/unittests/StaticAnalyzer/StoreTest.cpp:49
+ // Bind(Zero)
+ Store StX0 =
+ StMgr.Bind(StInit, LX0, Zero).getStore();
----------------
a_sidorin wrote:
> This can fit one line.
Just wanted to make line breaks similar in all tests, for the sake of OCD-friendliness.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60742/new/
https://reviews.llvm.org/D60742
More information about the cfe-commits
mailing list