[PATCH] D24555: [asan] Reify ErrorGeneric

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 06:01:59 PDT 2016


filcab updated this revision to Diff 71333.
filcab added a comment.

Only reset current_error_ if halt_on_error_ == false.

This way, if we're aborting, we'll still have the actual error in
current_error_. When halt_on_error_ == true, we want to reset before unlocking.


https://reviews.llvm.org/D24555

Files:
  lib/asan/asan_descriptions.h
  lib/asan/asan_errors.cc
  lib/asan/asan_errors.h
  lib/asan/asan_report.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24555.71333.patch
Type: text/x-patch
Size: 24365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160914/e096411d/attachment.bin>


More information about the llvm-commits mailing list