Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-06 | arg: Use (void *)0 instead of NULL in error case of conditional expression | Michael Forney | |
Even though NULL is a null pointer constant, the comma expression with NULL at the end is not. So, we must ensure that either the type of the comma expression is `char *` or `void *`, and we don't know this for NULL. | |||
2019-02-12 | Initial import | Michael Forney | |