]> granicus.if.org Git - clang/commitdiff
Fix -Wdocumentation warning.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 4 Jul 2019 10:28:31 +0000 (10:28 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 4 Jul 2019 10:28:31 +0000 (10:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365126 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTImporter.h

index 68dbc47c8e8010ef015491eb028e7d58f3125a7a..4b2731e0f0f80686a5a4f27568034d85a17e0838 100644 (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,