================
@@ -177,13 +177,10 @@ class StoredDeclsList {
       if (ND->isFromASTFile())
         return true;
       // FIXME: Can we get rid of this loop completely?
-      for (NamedDecl *D : Decls)
-        // Only replace the local declaration if the external declaration has
-        // higher visibilities.
----------------
ChuanqiXu9 wrote:

Here is another missing comment.

https://github.com/llvm/llvm-project/pull/143275
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to