[PATCH] D86446: [analyzer][docs][NFC] Document the ento namespace in the llvm/Lexicon
Balázs Benics via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 08:04:44 PDT 2020
steakhal updated this revision to Diff 287399.
steakhal marked an inline comment as done.
steakhal added a comment.
Add link to the static analyzer llvm page.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86446/new/
https://reviews.llvm.org/D86446
Files:
llvm/docs/Lexicon.rst
Index: llvm/docs/Lexicon.rst
===================================================================
--- llvm/docs/Lexicon.rst
+++ llvm/docs/Lexicon.rst
@@ -92,6 +92,16 @@
**DSE**
Dead Store Elimination
+E
+-
+
+**ento**
+ The namespace containing the parts of the
+ `static analyzer <https://clang.llvm.org/docs/ClangStaticAnalyzer.html>`_.
+ It abbreviates to `entomology <https://en.m.wikipedia.org/wiki/Entomology>`_.
+
+ *"Entomology is the scientific study of insects."*
+
F
-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86446.287399.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200824/7ea91c0e/attachment.bin>
More information about the llvm-commits
mailing list