r197142 - Fixed a typo
Alexander Kornienko
alexfh at google.com
Thu Dec 12 02:08:55 PST 2013
Author: alexfh
Date: Thu Dec 12 04:08:54 2013
New Revision: 197142
URL: http://llvm.org/viewvc/llvm-project?rev=197142&view=rev
Log:
Fixed a typo
Modified:
cfe/trunk/docs/LibTooling.rst
Modified: cfe/trunk/docs/LibTooling.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibTooling.rst?rev=197142&r1=197141&r2=197142&view=diff
==============================================================================
--- cfe/trunk/docs/LibTooling.rst (original)
+++ cfe/trunk/docs/LibTooling.rst Thu Dec 12 04:08:54 2013
@@ -122,7 +122,7 @@ tool is also checked into the clang tree
// Apply a custom category to all command-line options so that they are the
// only ones displayed.
- cl::MyToolCategory("my-tool options");
+ cl::OptionCategory MyToolCategory("my-tool options");
// CommonOptionsParser declares HelpMessage with a description of the common
// command-line options related to the compilation database and input files.
More information about the cfe-commits
mailing list