clang: s/PCHContainerOps/PCHContainerRdr/ in \param(s), introduced in r242499. [-Wdocumentation]

llvm-svn: 242506
This commit is contained in:
NAKAMURA Takumi 2015-07-17 04:16:02 +00:00
parent d5aae9351b
commit c5cd187ee3
3 changed files with 3 additions and 3 deletions

View File

@ -719,7 +719,7 @@ public:
///
/// \param Filename - The AST file to load.
///
/// \param PCHContainerOps - The PCHContainerOperations to use for loading and
/// \param PCHContainerRdr - The PCHContainerOperations to use for loading and
/// creating modules.
/// \param Diags - The diagnostics engine to use for reporting errors; its
/// lifetime is expected to extend past that of the returned ASTUnit.

View File

@ -1261,7 +1261,7 @@ public:
/// \param Context the AST context that this precompiled header will be
/// loaded into.
///
/// \param PCHContainerOps the PCHContainerOperations to use for loading and
/// \param PCHContainerRdr the PCHContainerOperations to use for loading and
/// creating modules.
///
/// \param isysroot If non-NULL, the system include path specified by the

View File

@ -193,7 +193,7 @@ public:
/// \brief Write a global index into the given
///
/// \param FileMgr The file manager to use to load module files.
/// \param PCHContainerOps - The PCHContainerOperations to use for loading and
/// \param PCHContainerRdr - The PCHContainerOperations to use for loading and
/// creating modules.
/// \param Path The path to the directory containing module files, into
/// which the global index will be written.