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.
1 parent 4112618 commit 4957fb8Copy full SHA for 4957fb8
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