Author: MagentaTreehouse
Date: 2025-02-16T10:08:30+01:00
New Revision: 538b8f8008b95782ea1967284e22500c72aec67d

URL: 
https://github.com/llvm/llvm-project/commit/538b8f8008b95782ea1967284e22500c72aec67d
DIFF: 
https://github.com/llvm/llvm-project/commit/538b8f8008b95782ea1967284e22500c72aec67d.diff

LOG: [Clang] [NFC] Remove outdated FIXME (#126978)

Added: 
    

Modified: 
    clang/include/clang/AST/Redeclarable.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/AST/Redeclarable.h 
b/clang/include/clang/AST/Redeclarable.h
index ee21f11e5f707..68516c66aaf65 100644
--- a/clang/include/clang/AST/Redeclarable.h
+++ b/clang/include/clang/AST/Redeclarable.h
@@ -114,8 +114,6 @@ class Redeclarable {
 
     bool isFirst() const {
       return isa<KnownLatest>(Link) ||
-             // FIXME: 'template' is required on the next line due to an
-             // apparent clang bug.
              isa<UninitializedLatest>(cast<NotKnownLatest>(Link));
     }
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to