[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 05:07:43 PDT 2020


steakhal created this revision.
steakhal added reviewers: NoQ, vsavchenko, Szelethus, martong, balazske, Charusso, gamesh411, baloghadamsoftware, ASDenysPetrov, xazax.hun, nicolas17, whisperity.
Herald added subscribers: llvm-commits, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, rnkovacs, szepet.
Herald added a project: LLVM.
steakhal requested review of this revision.

Document the `ento` namespace in the Lexicon according to @nicolas17 on the mailing list <http://lists.llvm.org/pipermail/cfe-dev/2020-August/066577.html>.


Repository:
  rG LLVM Github Monorepo

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,15 @@
 **DSE**
     Dead Store Elimination
 
+E
+-
+
+**ento**
+    The namespace containing the parts of the static analyzer.
+    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.287341.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200824/b7743ada/attachment.bin>


More information about the llvm-commits mailing list