]> granicus.if.org Git - clang/commitdiff
clang: s/PCHContainerOps/PCHContainerRdr/ in \param(s), introduced in r242499. [...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 17 Jul 2015 04:16:02 +0000 (04:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 17 Jul 2015 04:16:02 +0000 (04:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242506 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/ASTUnit.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/GlobalModuleIndex.h

index fa4bcf2edd223013d2cc4a0cc3d93910ad6204cc..1c29e50c4e5e3fb59bd417ac99d0d9129e1ba398 100644 (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.
index 840655ea43e3af0f12ee7447643549c9676264d9..38a552405eb345ff0315cf1b61b5ee0f45a24f4b 100644 (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
index ba4f7e216aec61ea90c264ee8cedcafa1075fd84..ad151de535c079f7ad8d379fa386cce1a6ea3c46 100644 (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.