[PATCH] D53336: Stack Safety Analysis documentation

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 19 09:21:32 PDT 2018


kcc added inline comments.


================
Comment at: llvm/docs/StackSafetyAnalysis.rst:13
+'safe' variables can be defined as variables that can not be used out-ofscope
+(e.g. use-after-return) or accessed out of bounds. In the future it can be
+extended to track other variable properties.
----------------
I'd like to see the use-of-uninitialized-memory mentioned here explicitly as well, and treated as one of the primary design goals. 


Repository:
  rL LLVM

https://reviews.llvm.org/D53336





More information about the llvm-commits mailing list