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 d6bfe10 commit 61b806fCopy full SHA for 61b806f
clang/lib/AST/ParentMap.cpp
@@ -41,7 +41,7 @@ static void BuildParentMap(MapTy& M, Stmt* S,
41
if (OVMode == OV_Opaque)
42
break;
43
// Update the entry in transparent mode, and clear existing state.
44
- Iter->second = SF;
+ Iter->second = S;
45
for (Stmt *SubStmt : S->children())
46
M.erase(SubStmt);
47
}
0 commit comments