This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e2845276029 Fix -Wimplicit-fallthrough warnings in regcomp.c new b5f43d4ab5f [GWP-ASan] Add public-facing documentation [6]. new d321f871d9c [docs] Convert remaining command guide entries from md to rst.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/llvm-addr2line.md | 28 ---- docs/CommandGuide/llvm-addr2line.rst | 38 +++++ docs/CommandGuide/llvm-ranlib.md | 17 --- docs/CommandGuide/llvm-ranlib.rst | 23 +++ docs/CommandGuide/llvm-size.md | 10 -- docs/CommandGuide/llvm-size.rst | 15 ++ docs/CommandGuide/llvm-strings.md | 10 -- docs/CommandGuide/llvm-strings.rst | 15 ++ docs/GwpAsan.rst | 279 +++++++++++++++++++++++++++++++++++ 9 files changed, 370 insertions(+), 65 deletions(-) delete mode 100644 docs/CommandGuide/llvm-addr2line.md create mode 100644 docs/CommandGuide/llvm-addr2line.rst delete mode 100644 docs/CommandGuide/llvm-ranlib.md create mode 100644 docs/CommandGuide/llvm-ranlib.rst delete mode 100644 docs/CommandGuide/llvm-size.md create mode 100644 docs/CommandGuide/llvm-size.rst delete mode 100644 docs/CommandGuide/llvm-strings.md create mode 100644 docs/CommandGuide/llvm-strings.rst create mode 100644 docs/GwpAsan.rst