aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-06-02 04:03:25 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-06-02 04:04:23 -0400
commitf06bce5ddaea368040560f584170aee2864fa399 (patch)
tree61937f83c19f0090cd9daadfa570504801dc24f8 /src/codegen.cpp
parent7b386ea24285db2fbc40233a232cb294dddf9879 (diff)
downloadzig-f06bce5ddaea368040560f584170aee2864fa399.tar.gz
zig-f06bce5ddaea368040560f584170aee2864fa399.zip
introduce [*] for unknown length pointers
See #770 Currently it does not have any different behavior than `*` but it is now recommended to use `[*]` for unknown length pointers to be future-proof. Instead of [ * ] being separate tokens as the proposal suggested, this commit implements `[*]` as a single token.
Diffstat (limited to 'src/codegen.cpp')
0 files changed, 0 insertions, 0 deletions