summaryrefslogtreecommitdiff
path: root/include/clang/AST
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-04 10:28:31 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-04 10:28:31 +0000
commitcb020d398e8492d77566de9376fc2e7ea0366d60 (patch)
treeae28844767b115141e8099acf8f79c7c7403381f /include/clang/AST
parent72bc0858a61b5f739f9e75026aa8c839a1301ed3 (diff)
downloadclang-cb020d398e8492d77566de9376fc2e7ea0366d60.tar.gz
Fix -Wdocumentation warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST')
-rw-r--r--include/clang/AST/ASTImporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/ASTImporter.h b/include/clang/AST/ASTImporter.h
index 68dbc47c8e..4b2731e0f0 100644
--- a/include/clang/AST/ASTImporter.h
+++ b/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,