Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp | ||
|---|---|---|
| 1049 | Should we make this into an assert? | |
| llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp | ||
|---|---|---|
| 1049 | nullptr is fine because we do not need the base tag when ClGenerateTagsWithCalls. We could turn it into Optional<> but I do not see the point. | |
Should we make this into an assert?