-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[Clang] [NFC] Remove outdated FIXME #126978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-clang Author: None (MagentaTreehouse) ChangesFull diff: https://github.com/llvm/llvm-project/pull/126978.diff 1 Files Affected:
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));
}
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/186/builds/6572 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/38/builds/2354 Here is the relevant piece of the build log for the reference
|
No description provided.