summaryrefslogtreecommitdiff
path: root/src/complain.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostics: use hyperlinks to point to the only documentationAkim Demaille2020-07-191-3/+35
* cex: don't display twice unifying examples if there is no colorAkim Demaille2020-06-221-3/+18
* cex: rename -Wcounterexample as -Wcounterexamples, and support -WcexAkim Demaille2020-06-101-15/+15
* cex: bind counterexample generationVincent Imbimbo2020-05-221-0/+2
* build: fix warnings (shown on IRIX)Akim Demaille2020-05-031-2/+2
* diagnostics: fix a typoAkim Demaille2020-04-241-1/+1
* Merge branch 'maint'Akim Demaille2020-04-051-3/+3
|\
| * style: fix spellosAkim Demaille2020-04-041-3/+3
| * package: bump copyrights to 2020Akim Demaille2020-01-101-1/+1
* | diagnostics: modernize the display of submessagesVictor Morales Cayuela2020-02-151-48/+34
* | build: pacify syntax-checkAkim Demaille2020-02-101-2/+2
* | diagnostics: modernize bison's syntax errorsAkim Demaille2020-01-231-11/+67
* | diagnostics: report syntax errors in colorAkim Demaille2020-01-231-1/+1
* | diagnostics: handle -fno-caret in the called functionsAkim Demaille2020-01-221-3/+2
* | package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
|/
* diagnostics: style changesAkim Demaille2019-12-021-0/+2
* diagnostics: complain about undeclared string tokensAkim Demaille2019-11-171-8/+10
* diagnostics: use grammar_file instead of current_fileAkim Demaille2019-10-261-1/+1
* style: pacify syntax-checkAkim Demaille2019-10-221-1/+1
* diagnostics: display suggested update after the caret-infoAkim Demaille2019-10-061-10/+9
* Port ARGMATCH_DEFINE_GROUP calls to C99Paul Eggert2019-10-051-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-021-7/+7
* diagnostics: get the screen width from the terminalAkim Demaille2019-09-221-0/+2
* diagnostics: avoid global variablesLászló Várady2019-08-181-17/+14
* diagnostics: fix invalid error message indentationLászló Várady2019-08-181-1/+1
* diagnostics: use the modern argmatch interfaceAkim Demaille2019-07-261-42/+6
* gnulib: use new features of the argmatch moduleAkim Demaille2019-07-031-3/+58
* diagnostics: don't crash when libtextstyle is installedAkim Demaille2019-05-191-1/+1
* diagnostics: clean up convention for colored diagnosticsAkim Demaille2019-05-191-5/+4
* diagnostics: rename --style=debug as --color=debugAkim Demaille2019-05-081-2/+2
* diagnostics: support --color=htmlAkim Demaille2019-05-081-2/+19
* style: use warning_is_enabled instead of duplicating itAkim Demaille2019-05-041-1/+1
* diagnostics: use flush, not fflushAkim Demaille2019-04-271-2/+2
* diagnostics: expose a means to know whether a warning is enabledAkim Demaille2019-04-241-3/+8
* diagnostics: check the stylingAkim Demaille2019-04-231-4/+14
* diagnostics: fix memory leak in libtextstyleAkim Demaille2019-04-181-0/+6
* diagnostics: use gnulib's libtextstyle-optionalAkim Demaille2019-03-241-17/+7
* diagnostics: use libtextstyle for colored outputAkim Demaille2019-03-161-5/+101
* style: clean up complain.cAkim Demaille2019-03-161-12/+28
* style: formatting changes in NEWS and complain.cAkim Demaille2019-01-271-2/+4
* diagnostics: remove redundancyAkim Demaille2019-01-211-2/+5
* fixits: handle %file-prefixAkim Demaille2019-01-171-1/+1
* fixits: handle per-rule duplicatesAkim Demaille2019-01-171-0/+1
* fixits: fix warnings about duplicatesAkim Demaille2019-01-171-1/+1
* diagnostics: properly indent the "previous declaration" messageAkim Demaille2019-01-161-5/+7
* fixits: report duplicate %yacc directivesAkim Demaille2019-01-161-0/+13
* style: rename duplicate_directive as duplicate_rule_directiveAkim Demaille2019-01-161-4/+3
* fixits: suggest running --update if there are fixitsAkim Demaille2019-01-161-1/+3
* diagnostics: keep the fixitsAkim Demaille2019-01-141-9/+2
* diagnostics: add -ffixit support for deprecated featuresAkim Demaille2019-01-141-0/+9