]> granicus.if.org Git - clang/commitdiff
Test commit
authorBruno Ricci <riccibrun@gmail.com>
Fri, 3 Aug 2018 13:13:05 +0000 (13:13 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Fri, 3 Aug 2018 13:13:05 +0000 (13:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338885 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/DeclBase.cpp

index b31e41d90ff1775193fed76c6b6d3e13d3bb7596..796b5325ee8576e350c413008604dda7f468c968 100644 (file)
@@ -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())