[clang] 538b8f8 - [Clang] [NFC] Remove outdated FIXME (#126978)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 16 01:08:33 PST 2025
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));
}
More information about the cfe-commits
mailing list