[PATCH] D117293: enable noundef analysis with -fsanitize-memory-param-retval

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 14 07:47:29 PST 2022


vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.

Nice!

>> This completes the work found in:

It's too late for this set of patches, but phabricator supports "Depends on"  comments (I guess only of the first patch upload), and manual editing of "parent/child" revisions. Check "Edit Related Revisions..." in the top right corner.
So you can create convenient "Stack" tab like in liihttps://reviews.llvm.org/D117286



================
Comment at: clang/include/clang/Driver/Options.td:1678
+        BothFlags<[], " detection of uninitialized parameters and return values">>;
+//// Note: This flag was introduced when it was necessary to distinguish between
 //       ABI for correct codegen.  This is no longer needed, but the flag is
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117293



More information about the cfe-commits mailing list