forked from OSchip/llvm-project
clang: s/PCHContainerOps/PCHContainerRdr/ in \param(s), introduced in r242499. [-Wdocumentation]
llvm-svn: 242506
This commit is contained in:
parent
d5aae9351b
commit
c5cd187ee3
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue