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 0f03136 + 4957fb8 commit 27cb008Copy full SHA for 27cb008
lib/AST/Availability.cpp
@@ -333,7 +333,7 @@ getEffectiveUnavailableDeclOptimization(ASTContext &ctx) {
333
if (ctx.LangOpts.UnavailableDeclOptimizationMode.has_value())
334
return *ctx.LangOpts.UnavailableDeclOptimizationMode;
335
336
- return UnavailableDeclOptimization::Stub;
+ return UnavailableDeclOptimization::None;
337
}
338
339
bool Decl::isAvailableDuringLowering() const {
0 commit comments