We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e8d7b3 + 3ff9b16 commit 0c697cbCopy full SHA for 0c697cb
clang/include/clang/AST/ASTContext.h
@@ -804,7 +804,7 @@ class ASTContext : public RefCountedBase<ASTContext> {
804
805
struct AvailabilityDomainInfo {
806
FeatureAvailKind Kind = FeatureAvailKind::None;
807
- Decl *Decl = nullptr;
+ clang::Decl *Decl = nullptr;
808
ImplicitCastExpr *Call = nullptr;
809
bool isInvalid() const { return Kind == FeatureAvailKind::None; }
810
};
0 commit comments