Skip to content

Commit c1e7815

Browse files
committed
fixup! add quotes
1 parent 247f263 commit c1e7815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,8 +1151,8 @@ void ClangASTImporter::ASTImporterDelegate::ImportDefinitionTo(
11511151
if (auto *D = GetAlreadyImportedOrNull(from); D && D != to)
11521152
LLDB_LOG(log,
11531153
"[ClangASTImporter] WARNING: overwriting an already imported decl "
1154-
"'{0:x}' ('{1}') from '{2:x}' with {3:x}. Likely due to a name "
1155-
"conflict when importing {1}.",
1154+
"'{0:x}' ('{1}') from '{2:x}' with '{3:x}'. Likely due to a name "
1155+
"conflict when importing '{1}'.",
11561156
D, getDeclName(from), from, to);
11571157

11581158
// We might have a forward declaration from a shared library that we

0 commit comments

Comments
 (0)