r179017 - Remove outdated part of help message.

Daniel Jasper djasper at google.com
Mon Apr 8 03:50:03 PDT 2013


Author: djasper
Date: Mon Apr  8 05:50:02 2013
New Revision: 179017

URL: http://llvm.org/viewvc/llvm-project?rev=179017&view=rev
Log:
Remove outdated part of help message.

The styles are now documented with the -style option. This fixes
llvm.org/PR15689.

Modified:
    cfe/trunk/tools/clang-format/ClangFormat.cpp

Modified: cfe/trunk/tools/clang-format/ClangFormat.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format/ClangFormat.cpp?rev=179017&r1=179016&r2=179017&view=diff
==============================================================================
--- cfe/trunk/tools/clang-format/ClangFormat.cpp (original)
+++ cfe/trunk/tools/clang-format/ClangFormat.cpp Mon Apr  8 05:50:02 2013
@@ -139,7 +139,6 @@ int main(int argc, const char **argv) {
   cl::ParseCommandLineOptions(
       argc, argv,
       "A tool to format C/C++/Obj-C code.\n\n"
-      "Currently supports LLVM and Google style guides.\n"
       "If no arguments are specified, it formats the code from standard input\n"
       "and writes the result to the standard output.\n"
       "If <file> is given, it reformats the file. If -i is specified together\n"





More information about the cfe-commits mailing list