r194175 - Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Wed Nov 6 14:37:12 PST 2013


Author: chapuni
Date: Wed Nov  6 16:37:12 2013
New Revision: 194175

URL: http://llvm.org/viewvc/llvm-project?rev=194175&view=rev
Log:
Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation]

Modified:
    cfe/trunk/include/clang/Tooling/Tooling.h

Modified: cfe/trunk/include/clang/Tooling/Tooling.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Tooling/Tooling.h?rev=194175&r1=194174&r2=194175&view=diff
==============================================================================
--- cfe/trunk/include/clang/Tooling/Tooling.h (original)
+++ cfe/trunk/include/clang/Tooling/Tooling.h Wed Nov  6 16:37:12 2013
@@ -181,7 +181,7 @@ class ToolInvocation {
   /// uses its binary name (CommandLine[0]) to locate its builtin headers.
   /// Callers have to ensure that they are installed in a compatible location
   /// (see clang driver implementation) or mapped in via mapVirtualFile.
-  /// \param ToolAction The action to be executed. Class takes ownership.
+  /// \param FAction The action to be executed. Class takes ownership.
   /// \param Files The FileManager used for the execution. Class does not take
   /// ownership.
   ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *FAction,





More information about the cfe-commits mailing list