Fix style.

This commit is contained in:
Nikolai Kochetov 2024-05-21 14:28:19 +00:00
parent 372acbd3fc
commit 23eaa0de40

View File

@ -615,7 +615,7 @@ struct ScopeAliases
case IdentifierLookupContext::TABLE_EXPRESSION: return alias_name_to_table_expression_node;
}
__builtin_unreachable();
UNREACHABLE();
}
enum class FindOption
@ -632,7 +632,7 @@ struct ScopeAliases
case FindOption::FULL_NAME: return identifier.getFullName();
}
__builtin_unreachable();
UNREACHABLE();
}
QueryTreeNodePtr * find(IdentifierLookup lookup, FindOption find_option)