Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
---|---|---|
2074 ↗ | (On Diff #80924) | Remove the braces. Any reason why you don't want to merge the if conditions? |
lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
---|---|---|
2074 ↗ | (On Diff #80924) | Mostly to avoid touching much code. I'll upload a new version. |
lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
---|---|---|
2072 ↗ | (On Diff #81080) | I'd expect this to be inside if (ClOpt && ClOptSameTemp) |
lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
---|---|---|
2072 ↗ | (On Diff #81080) | Ah! Right. Will submit new version. |