diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-04-28 22:43:26 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-04-28 22:43:26 -0700 |
| commit | 0c71d2fdc1cfa251b1c45a93724240a052c77a92 (patch) | |
| tree | f90f4d7e31b7e483aa1c826feb387c705e43abf5 /lib/std/Thread | |
| parent | 3462193d30e54c17123cfe1e666d8e575d649426 (diff) | |
| download | zig-0c71d2fdc1cfa251b1c45a93724240a052c77a92.tar.gz zig-0c71d2fdc1cfa251b1c45a93724240a052c77a92.zip | |
stage2: implement semantic analysis for functions and global vars
* AstGen: add missing `break_inline` for comptime blocks.
* Module: call getTree() in byteOffset(). This generates the AST when
using cached ZIR and compile errors need to be reported.
* Scope.File: distinguish between successful ZIR generation and AIR
generation (when Decls in scope have been scanned).
- `semaFile` correctly avoids doing work twice.
* Implement first pass at `lookupInNamespace`. It has various TODOs
left, such as `usingnamespace`, and setting up Decl dependencies.
Diffstat (limited to 'lib/std/Thread')
0 files changed, 0 insertions, 0 deletions
