[PATCH] D79796: [DO NOT REVIEW] Sketch support for generating CC1 command line from CompilerInvocation

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 13 11:58:05 PDT 2020


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





More information about the cfe-commits mailing list