[PATCH] D136078: Use-after-return sanitizer binary metadata

Marco Elver via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 29 07:12:14 PST 2022


melver added inline comments.


================
Comment at: llvm/test/Instrumentation/SanitizerBinaryMetadata/uar.cpp:19
+void non_empty_function() {
+  // Completely empty functions don't get uar metadata.
+  volatile int x;
----------------
Is this comment out of place?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136078



More information about the cfe-commits mailing list