summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
diff options
context:
space:
mode:
authorBruno Ricci <riccibrun@gmail.com>2018-08-03 13:13:05 +0000
committerBruno Ricci <riccibrun@gmail.com>2018-08-03 13:13:05 +0000
commitcfd225806d01d74718a7fe8d35c285c00b2f1a41 (patch)
tree4943e1c16e4304d0383b2573578ee68bd27d10d2 /clang/lib/AST/DeclBase.cpp
parentc7ab495b4d57851c48c931d14fc5d9a5386949de (diff)
downloadbcm5719-llvm-cfd225806d01d74718a7fe8d35c285c00b2f1a41.tar.gz
bcm5719-llvm-cfd225806d01d74718a7fe8d35c285c00b2f1a41.zip
Test commit
llvm-svn: 338885
Diffstat (limited to 'clang/lib/AST/DeclBase.cpp')
-rw-r--r--clang/lib/AST/DeclBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/DeclBase.cpp b/clang/lib/AST/DeclBase.cpp
index b31e41d90ff..796b5325ee8 100644
--- a/clang/lib/AST/DeclBase.cpp
+++ b/clang/lib/AST/DeclBase.cpp
@@ -1017,7 +1017,7 @@ DeclContext::~DeclContext() = default;
/// a friend function the parent lookup context is the lexical context, which
/// is the class in which the friend is declared.
DeclContext *DeclContext::getLookupParent() {
- // FIXME: Find a better way to identify friends
+ // FIXME: Find a better way to identify friends.
if (isa<FunctionDecl>(this))
if (getParent()->getRedeclContext()->isFileContext() &&
getLexicalParent()->getRedeclContext()->isRecord())
OpenPOWER on IntegriCloud