Continuing implementation mentioned in this thread: http://lists.llvm.org/pipermail/llvm-dev/2016-July/101933.html
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/asan/asan_errors.h | ||
---|---|---|
235 ↗ | (On Diff #70828) | const BufferedStackTrace *stack |
lib/asan/asan_errors.h | ||
---|---|---|
241 ↗ | (On Diff #70828) | Please make consistent arguments order |
lib/asan/asan_errors.h | ||
---|---|---|
241 ↗ | (On Diff #70828) | Yeah, I noticed the TID, but wanted to finish with all the errors to make sure we could switch it to Base without wasting too much. We don't need it in ErrorODRViolation, but that's just one error that doesn't need it. |