Skip to content

cdecl-14.2

Compare
Choose a tag to compare
@paul-j-lucas paul-j-lucas released this 25 Apr 14:29
· 2504 commits to master since this release

Autocompletion =
Autocompleting set options that take a value now includes =.

-I changed to -i
The -I option (--explicit-int) has been changed to -i.

-R changed to -r
The -R option (--trailing-return) has been changed to -r.

"West" pointer types
New --west-pointer and -w command-line options and a new west-pointer set option allow specification of when to print *, &, and && adjacent to types ("west"):

int *p;  // east
int* p;  // west