We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7b9ba commit f118449Copy full SHA for f118449
clang/include/clang/AST/Redeclarable.h
@@ -114,8 +114,6 @@ class Redeclarable {
114
115
bool isFirst() const {
116
return isa<KnownLatest>(Link) ||
117
- // FIXME: 'template' is required on the next line due to an
118
- // apparent clang bug.
119
isa<UninitializedLatest>(cast<NotKnownLatest>(Link));
120
}
121
0 commit comments