[PATCH] Option parsing: allow alias arguments

Reid Kleckner rnk at google.com
Wed Jul 31 11:20:42 PDT 2013


  LGTM


================
Comment at: utils/TableGen/OptParserEmitter.cpp:242
@@ -230,1 +241,3 @@
 
+    // The option alias arguments (if any).
+    OS << ", ";
----------------
You could elaborate here on the string format.


http://llvm-reviews.chandlerc.com/D1245



More information about the llvm-commits mailing list