This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Analysis/FlowSensitive/Transfer.cpp | ||
---|---|---|
421 | Why do we expect this assertion to be true? Aren't InitListExprs also used to initialize arrays? |
Comment Actions
Address reviewers' comments.
clang/lib/Analysis/FlowSensitive/Transfer.cpp | ||
---|---|---|
421 | Yes, but I don't plan to add support for array initialization in this patch so let me restructure the code and add a FIXME. |
Why do we expect this assertion to be true? Aren't InitListExprs also used to initialize arrays?