diff --git a/clang/include/clang/AST/Redeclarable.h b/clang/include/clang/AST/Redeclarable.h index 091bb886f2d49..be022bf5322ad 100644 --- a/clang/include/clang/AST/Redeclarable.h +++ b/clang/include/clang/AST/Redeclarable.h @@ -114,9 +114,7 @@ class Redeclarable { bool isFirst() const { return Link.is() || - // FIXME: 'template' is required on the next line due to an - // apparent clang bug. - Link.get().template is(); + Link.get().is(); } decl_type *getPrevious(const decl_type *D) const {