[PATCH] D129832: [sanitizer] Add "mainsrc" prefix to sanitizer special case list
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 23:27:33 PDT 2022
vitalybuka added inline comments.
================
Comment at: clang/docs/SanitizerSpecialCaseList.rst:110-112
+``mainsrc`` can be useful enabling a ubsan check for a large code base when
+finding the direct stack frame triggering the failure for every failure is
+difficult.
----------------
if this is transitionalt solution, would it be better just to use -fno-sanitize= on *.cpp file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129832/new/
https://reviews.llvm.org/D129832
More information about the llvm-commits
mailing list