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 | ||
---|---|---|
90–120 | Wouldn't you dereference a null pointer for group decls? |
clang/lib/Analysis/FlowSensitive/Transfer.cpp | ||
---|---|---|
90–120 | I couldn't figure what code to write that would create a group decl. Maybe because of https://github.com/llvm/llvm-project/blob/main/clang/lib/Analysis/CFG.cpp#L2842-L2856? |
clang/lib/Analysis/FlowSensitive/Transfer.cpp | ||
---|---|---|
90–120 | Oh, interesting! Let's add a comment about this. |
Wouldn't you dereference a null pointer for group decls?