xbolva00 added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:452
+----------
+- ``-fsanitize-memory-param-retval`` is turned on by default. With
+  ``-fsanitize=memory``, passing uninitialized variables to functions and
----------------
Probably I would mention that there is -fno-sanitize-memory-param-retval to 
disable it.

So one can use “-fsanitize=memory -fno-sanitize-memory-param-retval“ to unblock 
failed builds.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134669

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

Reply via email to