diff options
author | Alexander Kornienko <alexfh@google.com> | 2013-12-12 10:08:54 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2013-12-12 10:08:54 +0000 |
commit | a818200efba53d07b4c1872a164893851a43eb86 (patch) | |
tree | 444d6635358500d557284103c03c812a23180c86 /clang/docs/LibTooling.rst | |
parent | 06ff5a7235024bf130a3eced90e6125896cba891 (diff) | |
download | bcm5719-llvm-a818200efba53d07b4c1872a164893851a43eb86.tar.gz bcm5719-llvm-a818200efba53d07b4c1872a164893851a43eb86.zip |
Fixed a typo
llvm-svn: 197142
Diffstat (limited to 'clang/docs/LibTooling.rst')
-rw-r--r-- | clang/docs/LibTooling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibTooling.rst b/clang/docs/LibTooling.rst index 963de603c55..63d38b519ad 100644 --- a/clang/docs/LibTooling.rst +++ b/clang/docs/LibTooling.rst @@ -122,7 +122,7 @@ tool is also checked into the clang tree at // 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. |