summaryrefslogtreecommitdiffstats
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
commitd74c36cf6e9a0b91352b3b3fb91bb585753bfb9f (patch)
tree0be6181cf69145012fa8841cf619758f980b8cd6
parentfde766de4bb6777cf6ce68fbec36de634d815a4a (diff)
downloadbcm5719-llvm-d74c36cf6e9a0b91352b3b3fb91bb585753bfb9f.tar.gz
bcm5719-llvm-d74c36cf6e9a0b91352b3b3fb91bb585753bfb9f.zip
Fix -Wdocumentation warning.
llvm-svn: 365126
-rw-r--r--clang/include/clang/AST/ASTImporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/ASTImporter.h b/clang/include/clang/AST/ASTImporter.h
index 68dbc47c8e8..4b2731e0f0f 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,
OpenPOWER on IntegriCloud