r338885 - Test commit

Bruno Ricci via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 3 06:13:05 PDT 2018


Author: brunoricci
Date: Fri Aug  3 06:13:05 2018
New Revision: 338885

URL: http://llvm.org/viewvc/llvm-project?rev=338885&view=rev
Log:
Test commit

Modified:
    cfe/trunk/lib/AST/DeclBase.cpp

Modified: cfe/trunk/lib/AST/DeclBase.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/DeclBase.cpp?rev=338885&r1=338884&r2=338885&view=diff
==============================================================================
--- cfe/trunk/lib/AST/DeclBase.cpp (original)
+++ cfe/trunk/lib/AST/DeclBase.cpp Fri Aug  3 06:13:05 2018
@@ -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())




More information about the cfe-commits mailing list