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

llvm-svn: 194175
This commit is contained in:
NAKAMURA Takumi 2013-11-06 22:37:12 +00:00
parent b623aaeffe
commit 74d31faa4e
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class ToolInvocation {
/// uses its binary name (CommandLine[0]) to locate its builtin headers. /// uses its binary name (CommandLine[0]) to locate its builtin headers.
/// Callers have to ensure that they are installed in a compatible location /// Callers have to ensure that they are installed in a compatible location
/// (see clang driver implementation) or mapped in via mapVirtualFile. /// (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 /// \param Files The FileManager used for the execution. Class does not take
/// ownership. /// ownership.
ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *FAction, ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *FAction,