[PATCH] D53336: Stack Safety Analysis documentation

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 12:37:34 PDT 2018


vlad.tsyrklevich added a comment.

I sent you my StackSafetyAnalysis.rst edits over e-mail because the s/// format got tricky.



================
Comment at: llvm/docs/Passes.rst:365
+
+This analysis primary purpose it be used by sanitizers to avoid unnecessary
+instrumentation of safe variables.
----------------
s/analysis/analysis'/
s/it/is to/


================
Comment at: llvm/docs/index.rst:439
+:doc:`StackSafetyAnalysis`
+  This document describes design of stack safety analysis of local variables.
+
----------------
s/design/the design/
s/stack/the stack/


Repository:
  rL LLVM

https://reviews.llvm.org/D53336





More information about the llvm-commits mailing list