From 74d31faa4eca242e3a7d419f22d4fd83ba6e0927 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 6 Nov 2013 22:37:12 +0000 Subject: [PATCH] Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation] llvm-svn: 194175 --- clang/include/clang/Tooling/Tooling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Tooling/Tooling.h b/clang/include/clang/Tooling/Tooling.h index 3a97645ab954..74253fffaea3 100644 --- a/clang/include/clang/Tooling/Tooling.h +++ b/clang/include/clang/Tooling/Tooling.h @@ -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 CommandLine, FrontendAction *FAction,