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 d1782cc commit 0173d05Copy full SHA for 0173d05
lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
@@ -1349,7 +1349,7 @@ SwiftExpressionParser::ParseAndImport(
1349
if (enable_bare_slash_regex_literals) {
1350
lang_opts.enableFeature(swift::Feature::BareSlashRegexLiterals);
1351
}
1352
- if (uint32_t version = m_expr.Language().version) {
+ if (uint32_t version = m_expr.Language().version)
1353
lang_opts.EffectiveLanguageVersion =
1354
llvm::VersionTuple(version / 100, version % 100);
1355
if (lang_opts.EffectiveLanguageVersion >= swift::version::Version({6}))
0 commit comments