[PATCH] D35759: [Bash-autocompletion] Show HelpText with possible flags

Rui Ueyama via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 22 07:32:13 PDT 2017


ruiu added inline comments.


================
Comment at: clang/lib/Driver/Driver.cpp:1303
+      llvm::outs() << S << "\n";
+    llvm::outs() << "\n";
     return false;
----------------
You want to print out just one '\n' at end instead of two, no?


https://reviews.llvm.org/D35759





More information about the cfe-commits mailing list