[PATCH] D27669: [clang-move] Use appendArgumentsAdjuster for adding extra arguments

Alexander Shaposhnikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 10:32:28 PST 2016


alexshap added inline comments.


================
Comment at: clang-move/tool/ClangMoveMain.cpp:109
                                 OptionsParser.getSourcePathList());
+  // Add "-fparse-all-comments" compile option to make clang parse all comments
+  Tool.appendArgumentsAdjuster(tooling::getInsertArgumentAdjuster(
----------------
hokein wrote:
> Nit: Missing a trailing `.`.
yeah, will add before the commit.


Repository:
  rL LLVM

https://reviews.llvm.org/D27669





More information about the cfe-commits mailing list