[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
Sun Sep 13 23:44:39 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd7ae9696e31f: [analyzer][docs][NFC] Document the ento namespace in the llvm/Lexicon (authored by steakhal).
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,19 @@
**DSE**
Dead Store Elimination
+E
+-
+
+**ento**
+ This namespace houses the
+ `Clang Static Analyzer <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."*
+
+ In the past, this namespace had not only the name `GR` (aka. Graph Reachability)
+ but also `entoSA`.
+
F
-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86446.291498.patch
Type: text/x-patch
Size: 611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/e6046608/attachment.bin>
More information about the llvm-commits
mailing list