[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 10:52:24 PDT 2020
steakhal updated this revision to Diff 287447.
steakhal marked 4 inline comments as done.
steakhal added a comment.
- Rephrase paragraph
- Use desktop site wikipedia link
Thank you all for the valuable comments. Awesome.
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**
+ This namespace houses the
+ `Clang Static Analyser <https://clang.llvm.org/docs/ClangStaticAnalyzer.html>`_.
+ It is an abbreviaton of `entomology <https://en.wikipedia.org/wiki/Entomology>`_.
+
+ *"Entomology is the scientific study of insects."*
+
F
-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86446.287447.patch
Type: text/x-patch
Size: 499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200824/30908cd4/attachment-0001.bin>
More information about the llvm-commits
mailing list