Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 2135 Build 2135: arc lint + arc unit
Event Timeline
| lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
|---|---|---|
| 2075 | Remove the braces. Any reason why you don't want to merge the if conditions? | |
| lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
|---|---|---|
| 2075 | Mostly to avoid touching much code. I'll upload a new version. | |
| lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
|---|---|---|
| 2073 | I'd expect this to be inside if (ClOpt && ClOptSameTemp) | |
| lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
|---|---|---|
| 2073 | Ah! Right. Will submit new version. | |
I'd expect this to be inside if (ClOpt && ClOptSameTemp)
No?