Feature: Show the column number in diagnostic messages.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 4 Jun 2011 12:27:05 +0000 (14:27 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 4 Jun 2011 12:37:55 +0000 (14:37 +0200)
commit327acad4c5abb6d3f76de0269286036e4ae3f3c3
treee8b20f3d0162e5dbba6a312602b5ef404dabf83f
parent76607fad56fb6eb22d9b831e6cfacce916a89cbf
Feature: Show the column number in diagnostic messages.

- This can be toggled with -f[no-]show-column. Default is on.
- The column number can be off, because gcc's preprocessors collapses consecutive whitespace.
cparser.1
diagnostic.c
diagnostic.h
lexer.c
main.c
token.c
token_t.h