dexonsmith added inline comments.

================
Comment at: llvm/utils/TableGen/OptParserEmitter.cpp:162
     // The option identifier name.
-    OS  << ", "<< getOptionName(R);
+    OS << ", " << getOptionName(R);
 
----------------
This whitespace fixup LGTM, but you should commit it separately as an NFC 
commit.  I suggest doing that now-ish; no need to wait for the RFC.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79796/new/

https://reviews.llvm.org/D79796



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to