From cfd225806d01d74718a7fe8d35c285c00b2f1a41 Mon Sep 17 00:00:00 2001 From: Bruno Ricci Date: Fri, 3 Aug 2018 13:13:05 +0000 Subject: Test commit llvm-svn: 338885 --- clang/lib/AST/DeclBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/AST/DeclBase.cpp') 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(this)) if (getParent()->getRedeclContext()->isFileContext() && getLexicalParent()->getRedeclContext()->isRecord()) -- cgit v1.2.3