Details
- Reviewers
gbalats - Commits
- rGc49df15c2788: [dfsan][NFC] Describe how origin trace tracking works
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/docs/DataFlowSanitizerDesign.rst | ||
|---|---|---|
| 142 | What is a chain? It's not yet explained at this point. | |
| 152 | Do you mean that the chain is extended? | |
| 155 | same here | |
| 157 | I'm not sure I understand the definition of a chain. What are the links? When you say, "create a new chain" you mean adding a new link to an existing chain? I think you might be using this expression to reflect the implementation (e.g., chain has a pointer to its tail) but it doesn't help when explaining. | |
What is a chain? It's not yet explained at this point.