Skip to content

Commit b935e1d

Browse files
committed
Qualify "Decl" type in a member named "Decl"
1 parent f0041b4 commit b935e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/ASTContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ class ASTContext : public RefCountedBase<ASTContext> {
804804

805805
struct AvailabilityDomainInfo {
806806
FeatureAvailKind Kind = FeatureAvailKind::None;
807-
Decl *Decl = nullptr;
807+
clang::Decl *Decl = nullptr;
808808
ImplicitCastExpr *Call = nullptr;
809809
bool isInvalid() const { return Kind == FeatureAvailKind::None; }
810810
};

0 commit comments

Comments
 (0)