]> granicus.if.org Git - clang/commitdiff
Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 6 Nov 2013 22:37:12 +0000 (22:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 6 Nov 2013 22:37:12 +0000 (22:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194175 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Tooling/Tooling.h

index 3a97645ab954b5bb9d796d805de39066ab5624a1..74253fffaea3e33fa2796619fc98fa78a09ed26d 100644 (file)
@@ -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,