[PATCH] D29458: [asan] Move exception code to sanitizer_common.
Etienne Bergeron via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 09:38:59 PST 2017
etienneb added a comment.
This code will be used by an other sanitizer?
================
Comment at: lib/asan/asan_win.cc:239
// Check based on flags if we should report this exception.
// Return the textual name for this exception.
----------------
You should move the comment too.
https://reviews.llvm.org/D29458
More information about the llvm-commits
mailing list