Skip to content

Commit 0b8bbef

Browse files
committed
More clang-tidy
1 parent 5a3ea46 commit 0b8bbef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

toolchain/check/cpp/import.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,8 @@ static auto MapBuiltinIntegerType(Context& context, SemIR::LocId loc_id,
11121112
return ExprAsType(context, Parse::NodeId::None,
11131113
MakeCharTypeLiteral(context, Parse::NodeId::None));
11141114
}
1115-
if (ast_context.hasSameType(qual_type, ast_context.LongTy) && width == 32) {
1115+
if (clang::ASTContext::hasSameType(qual_type, ast_context.LongTy) &&
1116+
width == 32) {
11161117
return ExprAsType(context, Parse::NodeId::None,
11171118
LookupNameInCore(context, Parse::NodeId::None,
11181119
{"CppCompat", "Long32"}));

0 commit comments

Comments
 (0)