cdecl-11.14
·
3896 commits
to master
since this release
Alternative tokens & digraphs
Now prints a warning that neither alternative tokens nor digraphs are supported until C95. Also now printing a warning if alternative tokens are set and the current language changes to one that doesn't support them.
east-const
in K&R C
Now prints a warning that east-const
isn't supported until C89.
using
Now prints a warning that using
isn't supported until C++11.
Fixed void f(int())
The long-standing issue #10 has finally been fixed.
Fixed help message
The old mention of files...
in the help messages was removed.