parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / cparser.1
2012-12-15 Christoph Mallonwarning: Add the switch -Wsystem to show warnings in...
2012-07-09 Christoph MallonAdd the option c11 to -std and add the C11 keywords.
2012-07-03 Christoph MallonProperly support -ansi.
2012-07-03 Christoph MallonDocument -std=c90 in the manpage.
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-22 Christoph MallonImplement -f[no-]diagnostics-show-option.
2011-06-21 Christoph MallonMake warning switch parsing compatible to GCC: -W[no...
2011-06-21 Christoph MallonImprove diagnostic handling: Add [-Wfoo] and -Werror...
2011-06-15 Christoph MallonImplement and document -Wshadow-local.
2011-06-15 Christoph MallonAccept -W as alias for -Wextra.
2011-06-04 Christoph MallonFeature: Show the column number in diagnostic messages.
2008-12-26 Christoph MallonAdd windows-1252 (alias cp1252) as input encoding.
2008-12-21 Christoph MallonImplement -Wshadow.
2008-12-16 Christoph MallonTypo.
2008-12-15 Christoph MallonUse .Sq instead of ''.
2008-12-15 Christoph MallonRename --{,un}sigend-chars to -f{,un}signed-char and...
2008-12-15 Christoph MallonMake the input encoding selectable via −finput‐charset...
2008-12-11 Christoph MallonMinor formatting nit in the manpage.
2008-12-09 Christoph MallonAdd one more case to -Wparentheses: x + y << z.
2008-12-07 Christoph MallonImplement -Wparentheses.
2008-11-30 Christoph MallonFix typo, document -Wl, and -Wp,.
2008-11-30 Christoph MallonImplement (and document \o/) -Werror-implicit-function...
2008-11-30 Christoph MallonDocument some more switches.
2008-11-29 Christoph MallonStart writing a manpage for cparser.