[clang] [Clang] [NFC] Remove outdated FIXME (PR #126978)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 13:50:16 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: None (MagentaTreehouse)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/126978.diff
1 Files Affected:
- (modified) clang/include/clang/AST/Redeclarable.h (-2)
``````````diff
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));
}
``````````
</details>
https://github.com/llvm/llvm-project/pull/126978
More information about the cfe-commits
mailing list