[PATCH] clang-modernize: Clean up help output

Guillaume Papin guillaume.papin at epitech.eu
Tue Oct 8 10:39:22 PDT 2013


  LGTM.


================
Comment at: clang-modernize/tool/ClangModernize.cpp:309
@@ +308,3 @@
+  // 'help-list', and 'version' to our general category.
+  llvm::StringMap<cl::Option*> Options;
+  cl::getRegisteredOptions(Options);
----------------
nit: a space is missing `cl::Option *`.


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

BRANCH
  helpfix

ARCANIST PROJECT
  clang-tools-extra



More information about the cfe-commits mailing list