From: Simon Pilgrim Date: Thu, 4 Jul 2019 10:28:31 +0000 (+0000) Subject: Fix -Wdocumentation warning. X-Git-Tag: llvmorg-10-init~1265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d74c36cf6e9a0b91352b3b3fb91bb585753bfb9f;p=platform%2Fupstream%2Fllvm.git Fix -Wdocumentation warning. llvm-svn: 365126 --- diff --git a/clang/include/clang/AST/ASTImporter.h b/clang/include/clang/AST/ASTImporter.h index 68dbc47..4b2731e 100644 --- a/clang/include/clang/AST/ASTImporter.h +++ b/clang/include/clang/AST/ASTImporter.h @@ -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,