[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 07:37:02 PDT 2020


steakhal updated this revision to Diff 290285.
steakhal marked an inline comment as done.
steakhal added a comment.

- Fixed typo in the link `Clang Static Analyser` -> `Clang Static Analyzer`

---

In D86446#2259072 <https://reviews.llvm.org/D86446#2259072>, @whisperity wrote:

> One minor "typo", otherwise I think we are saying everything that could be and needs to be said. Also, @steakhal, that must have been one massive blame.

Thank you for the note.
It took me some time to decipher the `AmE` and `BrE` xD. Nice catch though.


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


More information about the llvm-commits mailing list