Skip to content

Commit 538b8f8

Browse files
[Clang] [NFC] Remove outdated FIXME (#126978)
1 parent dbc98cf commit 538b8f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/include/clang/AST/Redeclarable.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ class Redeclarable {
114114

115115
bool isFirst() const {
116116
return isa<KnownLatest>(Link) ||
117-
// FIXME: 'template' is required on the next line due to an
118-
// apparent clang bug.
119117
isa<UninitializedLatest>(cast<NotKnownLatest>(Link));
120118
}
121119

0 commit comments

Comments
 (0)