[PATCH] D13403: Better handling of function calls in SafeStack

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 4 05:18:37 PDT 2015


dvyukov added inline comments.

================
Comment at: lib/Transforms/Instrumentation/SafeStack.cpp:73
@@ +72,3 @@
+/// (as determined statically), and the unsafe stack, which contains all
+/// local variables that are accessed in unsafe ways.
+class SafeStack : public FunctionPass {
----------------
I guess a more correct description is "that are accessed in ways that we can't prove to be safe".



Repository:
  rL LLVM

http://reviews.llvm.org/D13403





More information about the llvm-commits mailing list