https://github.com/MagentaTreehouse created https://github.com/llvm/llvm-project/pull/126978
None >From 80fd13852966649d6a8762fc735a53714474429e Mon Sep 17 00:00:00 2001 From: Mingyi Chen <cmingy...@gmail.com> Date: Wed, 12 Feb 2025 16:46:54 -0500 Subject: [PATCH] [Clang] [NFC] Remove outdated FIXME --- clang/include/clang/AST/Redeclarable.h | 2 -- 1 file changed, 2 deletions(-) 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