[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 Sep 7 05:38:39 PDT 2020


steakhal updated this revision to Diff 290257.
steakhal edited the summary of this revision.
steakhal added a comment.

- Mentioned the previous namespaces as well (GR, entoGR)
- Slightly rephrased previous sentences
- Updated the summary, to give a deeper dive into the history of the Clang Static Analyzer - for git blame


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 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."*
+
+    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.290257.patch
Type: text/x-patch
Size: 611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200907/80cb156e/attachment.bin>


More information about the llvm-commits mailing list