[PATCH] D105201: [hwasan] Detect use after scope within function.

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 16 10:21:53 PDT 2021


fmayer added inline comments.


================
Comment at: compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp:24
+template <class T>
+struct Ptr {
   void Store(T *ptr) { t = ptr; }
----------------
i'll sort out the autoformatting  diff.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105201



More information about the llvm-commits mailing list