[PATCH] D49286: TableGen : Fix tablegen grammar documentation. NFC.

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 03:57:50 PDT 2018


javed.absar created this revision.
javed.absar added a reviewer: nhaehnle.

https://reviews.llvm.org/D49286

Files:
  lib/TableGen/TGParser.cpp


Index: lib/TableGen/TGParser.cpp
===================================================================
--- lib/TableGen/TGParser.cpp
+++ lib/TableGen/TGParser.cpp
@@ -2426,7 +2426,7 @@
 ///
 ///   Body     ::= ';'
 ///   Body     ::= '{' BodyList '}'
-///   BodyList BodyItem*
+///   BodyList ::= BodyItem*
 ///
 bool TGParser::ParseBody(Record *CurRec) {
   // If this is a null definition, just eat the semi and return.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49286.155344.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/0debbda0/attachment.bin>


More information about the llvm-commits mailing list