fix more no_names and build config

This commit is contained in:
SuperAuguste
2020-05-27 21:14:27 -04:00
parent 2b153e046c
commit 0720452217
2 changed files with 3 additions and 2 deletions

View File

@@ -1047,7 +1047,8 @@ fn addOutlineNodes(allocator: *std.mem.Allocator, children: *std.ArrayList(types
.PrefixOp, .SuffixOp, .ControlFlowExpression, .ArrayInitializerDot, .SwitchElse,
.SwitchCase, .For, .EnumLiteral, .PointerIndexPayload , .StructInitializerDot,
.PointerPayload, .While, .Switch, .Else, .BoolLiteral, .NullLiteral, .Defer,
.StructInitializer, .FieldInitializer, .If, .FnProto => return,
.StructInitializer, .FieldInitializer, .If, .FnProto, .MultilineStringLiteral,
.UndefinedLiteral, .VarType => return,
.ContainerDecl => {
const decl = child.cast(ast.Node.ContainerDecl).?;