Fix -Wdocumentation warning.

llvm-svn: 365126
This commit is contained in:
Simon Pilgrim 2019-07-04 10:28:31 +00:00
parent fde766de4b
commit d74c36cf6e
1 changed files with 1 additions and 1 deletions

View File

@ -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,