This revision was automatically updated to reflect the committed changes.
mboehme marked 3 inline comments as done.
Closed by commit rG6ab900f8746e: [clang][dataflow] Add support for new
expressions. (authored by mboehme).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https:/
mboehme marked 3 inline comments as done.
mboehme added inline comments.
Comment at: clang/include/clang/Analysis/FlowSensitive/Value.h:315
+ /// `D` must currently be associated with a value.
+ void unsetChild(const ValueDecl &D) {
+auto It = Children.find(&D);
--