[clang][dataflow] Remove obsolete FIXME
authorStanislav Gatev <sgatev@google.com>
Tue, 18 Jan 2022 15:04:09 +0000 (15:04 +0000)
committerStanislav Gatev <sgatev@google.com>
Tue, 18 Jan 2022 15:16:44 +0000 (15:16 +0000)
commitd7c19f947e0c93369e71404c33db836e3b6ac3f7
tree3c4a8b01339d4a1321df7399fdd5f5afe24733fa
parent62e36b1207497c4f7e1191a8d5407f4578c686e5
[clang][dataflow] Remove obsolete FIXME

The FIXME is no longer relevant as ControlFlowContext centralizes the
construction of the CFG.

This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.

Reviewed-by: xazax.hun
Differential Revision: https://reviews.llvm.org/D117563
clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp