The return value of maybeInsertAsanInitAtFunctionEntry is ignored.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
|---|---|---|
| 1891 | I think the correct fix is to OR this into a bool like res below and return that instead of false. | |
Comment Actions
fix runFunction semantic (rnk comment)
| lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
|---|---|---|
| 1891 | ok. I moved to your semantic. | |
Comment Actions
looks good with right naming convention
| lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
|---|---|---|
| 1888 | We're back in LLVM, we should follow LLVM conventiosn, not Google style. =P | |
Comment Actions
fix naming
| lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
|---|---|---|
| 1888 | I'm having too many personalities now! | |
We're back in LLVM, we should follow LLVM conventiosn, not Google style. =P