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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits