r365126 - Fix -Wdocumentation warning.

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 4 03:28:31 PDT 2019


Author: rksimon
Date: Thu Jul  4 03:28:31 2019
New Revision: 365126

URL: http://llvm.org/viewvc/llvm-project?rev=365126&view=rev
Log:
Fix -Wdocumentation warning.

Modified:
    cfe/trunk/include/clang/AST/ASTImporter.h

Modified: cfe/trunk/include/clang/AST/ASTImporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTImporter.h?rev=365126&r1=365125&r2=365126&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTImporter.h (original)
+++ cfe/trunk/include/clang/AST/ASTImporter.h Thu Jul  4 03:28:31 2019
@@ -300,7 +300,7 @@ class TypeSourceInfo;
     /// as little as it can, e.g., by importing declarations as forward
     /// declarations that can be completed at a later point.
     ///
-    /// \param LookupTable The importer specific lookup table which may be
+    /// \param SharedState The importer specific lookup table which may be
     /// shared amongst several ASTImporter objects.
     /// If not set then the original C/C++ lookup is used.
     ASTImporter(ASTContext &ToContext, FileManager &ToFileManager,




More information about the cfe-commits mailing list