[PATCH] D67122: [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined behaviour

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 04:33:10 PDT 2019


lebedev.ri added a comment.

In D67122#1703482 <https://reviews.llvm.org/D67122#1703482>, @russell.gallop wrote:

> This is failing the sanitizer lint check:
>  http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/23819/steps/64-bit%20check-sanitizer/logs/stdio
>
> <path...>/compiler-rt/lib/ubsan/ubsan_checks.inc:22:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
>  <path...>/compiler-rt/lib/ubsan/ubsan_checks.inc:23:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
>
> Please could you take a look?


Hm, i didn't see *that* failure, thanks for relaying the message.
Should be good now, or not..


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67122/new/

https://reviews.llvm.org/D67122





More information about the llvm-commits mailing list