ModuleDebugInfo: Discard C++ namespaces appearing in PDBs

This commit is contained in:
Tau
2024-06-24 09:30:22 +02:00
parent 9c2d597e69
commit 3bfa63aa61
2 changed files with 13 additions and 3 deletions

View File

@@ -2457,8 +2457,7 @@ pub const Object = struct {
// We still may want these for a Zig expression
// evaluator in debuggers, but for now they are
// completely useless.
.ComptimeInt, .ComptimeFloat,
.Type, .Undefined, .Null, .EnumLiteral => continue,
.ComptimeInt, .ComptimeFloat, .Type, .Undefined, .Null, .EnumLiteral => continue,
else => {},
}