[llvm] r239085 - [docs] Document "LGTM" in the lexicon.

Sean Silva chisophugis at gmail.com
Thu Jun 4 13:28:09 PDT 2015


Author: silvas
Date: Thu Jun  4 15:28:09 2015
New Revision: 239085

URL: http://llvm.org/viewvc/llvm-project?rev=239085&view=rev
Log:
[docs] Document "LGTM" in the lexicon.

Modified:
    llvm/trunk/docs/Lexicon.rst

Modified: llvm/trunk/docs/Lexicon.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Lexicon.rst?rev=239085&r1=239084&r2=239085&view=diff
==============================================================================
--- llvm/trunk/docs/Lexicon.rst (original)
+++ llvm/trunk/docs/Lexicon.rst Thu Jun  4 15:28:09 2015
@@ -131,6 +131,10 @@ L
 **LCSSA**
     Loop-Closed Static Single Assignment Form
 
+**LGTM**
+    "Looks Good To Me". In a review thread, this indicates that the
+    reviewer thinks that the patch is okay to commit.
+
 **LICM**
     Loop Invariant Code Motion
 





More information about the llvm-commits mailing list