Skip to content

Commit 4264fe1

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
1 parent 38b0102 commit 4264fe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ class ModelDumper {
133133
for (const auto &Child : RLoc->children())
134134
JOS.attributeObject("f:" + Child.first->getNameAsString(), [&] {
135135
if (Child.second)
136-
if (Value *Val = Env.getValue(*Child.second))
137-
dump(*Val);
136+
dump(*Child.second);
138137
});
139138

140139
for (const auto &SyntheticField : RLoc->synthetic_fields())

0 commit comments

Comments
 (0)