[PATCH] D53336: Stack Safety Analysis documentation

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 15:03:09 PDT 2018


vlad.tsyrklevich accepted this revision.
vlad.tsyrklevich added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/docs/StackSafetyAnalysis.rst:12
+
+'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
----------------
Oops: s/ofscope/of-scope/


Repository:
  rL LLVM

https://reviews.llvm.org/D53336





More information about the llvm-commits mailing list