diff options
-rw-r--r-- | include/clang/AST/Attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Attr.h b/include/clang/AST/Attr.h index 1ba985cf17..4242493024 100644 --- a/include/clang/AST/Attr.h +++ b/include/clang/AST/Attr.h @@ -84,7 +84,7 @@ public: protected: Attr(attr::Kind AK, SourceLocation L) - : Loc(L), AttrKind(AK) {} + : Loc(L), AttrKind(AK), Inherited(false) {} public: |