zig/test
Evan Haas 3e67ef5c9f translate-c: Handle underscore when used as an identifier
Use `@` syntax to escape `_` when used as an identifier.

Remove the stage1 astgen prohibition against assigning from `_`

Note: there a few stage1 bugs preventing `_` from being used as an identifier
for a local variable or function parameter; these will be fixed by stage2.
They are unlikely to arise in real C code since identifiers starting with
underscore are reserved for the implementation.
2021-07-19 12:56:23 +03:00
..
behavior Fix "unused local constant" error 2021-07-15 20:56:24 -04:00
src std.build: don't default to static linkage 2021-06-12 14:23:07 +03:00
stage1/c_abi
stage2 stage2 plan9: add aarch64 support 2021-07-11 01:58:26 -04:00
standalone cleanups related to unused params 2021-06-21 17:03:04 -07:00
assemble_and_link.zig
behavior.zig tagName: return a null-terminated slice 2021-06-16 22:02:42 +01:00
cases.zig Merge pull request #9352 from g-w1/fix-9346 2021-07-11 15:11:28 -04:00
cli.zig update godbolt test case for unused parameter 2021-06-23 10:44:46 -07:00
compare_output.zig fix unused parameters in compare_output test cases 2021-06-23 10:44:46 -07:00
compile_errors.zig stage2 astgen: error for return outside of function scope 2021-07-11 10:03:35 -04:00
gen_h.zig
run_translated_c.zig translate-c: Handle underscore when used as an identifier 2021-07-19 12:56:23 +03:00
runtime_safety.zig fix unused variable errors in runtime safety test cases 2021-06-23 10:44:46 -07:00
stack_traces.zig
standalone.zig std: Fix PIE startup sequence 2021-06-19 18:02:51 +02:00
tests.zig avoid calling into stage1 backend when AstGen fails 2021-07-02 13:27:28 -07:00
translate_c.zig translate-c: Handle underscore when used as an identifier 2021-07-19 12:56:23 +03:00