forked from OSchip/llvm-project
parent
9e96898032
commit
5ac173b69e
|
@ -84,7 +84,7 @@ public:
|
|||
|
||||
protected:
|
||||
Attr(attr::Kind AK, SourceLocation L)
|
||||
: Loc(L), AttrKind(AK) {}
|
||||
: Loc(L), AttrKind(AK), Inherited(false) {}
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in New Issue