[PATCH] ubsan: add 'UndefinedBehaviorSanitizer' to messages

Richard Smith richard at metafoo.co.uk
Mon Oct 6 13:06:32 PDT 2014


I'm fine changing `"runtime error"` to `"undefined behavior"`. As to listing the kind of undefined behavior, how about following Clang's diagnostic format and adding a `[-fsanitize=<kind of UB>]` suffix?

http://reviews.llvm.org/D5629






More information about the llvm-commits mailing list