MaskRay added inline comments.

================
Comment at: clang/docs/UndefinedBehaviorSanitizer.rst:62
+  # -fno-sanitize=undefined nullifies the previous -fsanitize=undefined.
+  % clang -fsanitize=undefined -fno-sanitize=undefined -fsanitize=alignment a.c
+
----------------
vitalybuka wrote:
> I guess this is the good example of alignment
Thanks. This is a deliberate example to show that one can specify multiple 
`-fsanitize=` `-fno-sanitize=` and the driver will do some computation. I'll 
elaborate the comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152650

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to