Skip to content

Commit cc6e3f6

Browse files
authored
Merge pull request #10515 from DougGregor/qualify-decl-named-decl-6.2
2 parents ec16d46 + b935e1d commit cc6e3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/ASTContext.h

+1-1
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)