[PATCH] D49492: Run bounds checking sanitizer earlier to make it easier to optimize away its checks.

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 18 14:38:08 PDT 2018


eugenis added a comment.

ObjectSizeOffsetEvaluator may fail to trace the address back to the underlying object, and we will end up not inserting the check.
Does ChecksUnable statistic go up with this change?


Repository:
  rC Clang

https://reviews.llvm.org/D49492





More information about the cfe-commits mailing list