CollectDataFlow() uses Flags.collect_data_flow and
Flags.data_flow_trace at the same time. But in the null check before
the invocation, only Flags.collect_data_flow is checked, and there is
no other method to make sure Flags.data_flow_trace is not null, so
adding a null check for Flags.data_flow_trace.
Details
Details
- Reviewers
vitalybuka shafik - Commits
- rG67f5b05cdcdc: Add test for Flags.data_flow_trace
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Attempt to restore.
Sorry for the breakdown. Please tell me how to fix what was done?