Skip to content

Commit 0c697cb

Browse files
authored
Merge pull request #10509 from DougGregor/qualify-decl-named-decl
2 parents 9e8d7b3 + 3ff9b16 commit 0c697cb

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)