diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-10-08 11:59:55 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-08 11:59:55 -0400 |
| commit | 03a6b33a73612500038635633d4c8326c2b5cf5f (patch) | |
| tree | b51835111802abbcd11f673499355d69b8653944 /src/dump_analysis.cpp | |
| parent | 6814d6b3321a8921ac714a4baf8952cc1864ed74 (diff) | |
| download | zig-03a6b33a73612500038635633d4c8326c2b5cf5f.tar.gz zig-03a6b33a73612500038635633d4c8326c2b5cf5f.zip | |
generated docs: bool type and fix error for some fns
Diffstat (limited to 'src/dump_analysis.cpp')
| -rw-r--r-- | src/dump_analysis.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dump_analysis.cpp b/src/dump_analysis.cpp index 30d91b4d32..7caba132d0 100644 --- a/src/dump_analysis.cpp +++ b/src/dump_analysis.cpp @@ -723,6 +723,7 @@ static void anal_dump_type(AnalDumpCtx *ctx, ZigType *ty) { switch (ty->id) { case ZigTypeIdMetaType: + case ZigTypeIdBool: break; case ZigTypeIdStruct: { if (ty->data.structure.is_slice) { |
