We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8d7a3 commit 564fd62Copy full SHA for 564fd62
clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp
@@ -133,8 +133,7 @@ class ModelDumper {
133
for (const auto &Child : RLoc->children())
134
JOS.attributeObject("f:" + Child.first->getNameAsString(), [&] {
135
if (Child.second)
136
- if (Value *Val = Env.getValue(*Child.second))
137
- dump(*Val);
+ dump(*Child.second);
138
});
139
140
for (const auto &SyntheticField : RLoc->synthetic_fields())
0 commit comments