summaryrefslogtreecommitdiff
path: root/src/complain.c
Commit message (Expand)AuthorAgeFilesLines
* style: use /* ... */ commentsAkim Demaille2013-10-241-3/+3
* diagnostics: "-Werror -Wno-error=foo" must not emit errorsAkim Demaille2013-10-161-34/+55
* comment changesAkim Demaille2013-10-161-5/+8
* diagnostics: no longer include the yacc category in -WallAkim Demaille2013-03-041-4/+6
* diagnostics: factor and enhance messages about duplicate rule directivesAkim Demaille2013-02-181-0/+10
* diagnostics: %empty enables -Wempty-ruleAkim Demaille2013-02-181-0/+9
* -Wempty-rule: diagnose empty rules without %emptyAkim Demaille2013-02-181-0/+2
* style: move argument handling of -W into the diagnostics moduleAkim Demaille2013-02-161-1/+125
* diagnostics: revamp the handling of -WerrorAkim Demaille2013-02-161-20/+59
* diagnostics: factor the list of warning namesAkim Demaille2013-02-141-29/+15
* style: minor changesAkim Demaille2013-02-091-1/+1
* location: pass the location firstAkim Demaille2013-02-011-2/+2
* warnings: introduce -WprecedenceValentin Tolmer2013-01-301-0/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* diagnostics: factor the deprecated directive messageAkim Demaille2012-12-231-0/+15
* diagnostics: improve -fcaret for list of accepted valuesAkim Demaille2012-12-161-1/+1
* Merge remote-tracking branch 'origin/maint'Theophile Ranquet2012-12-061-1/+4
|\
| * errors: show caretsTheophile Ranquet2012-12-051-4/+8
* | warnings: fix early exit of warnings treated as errorsTheophile Ranquet2012-10-261-3/+6
* | scan-skel.l: shift complain_args argumentsTheophile Ranquet2012-10-151-8/+8
* | errors: support indented context info in m4 macrosTheophile Ranquet2012-10-041-8/+8
* | errors: pointerize complain_at_indentTheophile Ranquet2012-10-041-4/+4
* | warnings: refactoringTheophile Ranquet2012-10-011-15/+11
* | formatting changesTheophile Ranquet2012-10-011-2/+2
* | warnings: organize variadic complaints callTheophile Ranquet2012-10-011-0/+26
* | warnings: fusion of complain and complain_atTheophile Ranquet2012-10-011-13/+4
* | warnings: remove spurious suffixes on contextTheophile Ranquet2012-10-011-1/+1
* | errors: don't display "warnings treated as errors"Theophile Ranquet2012-09-271-19/+1
* | errors: change output, and improve -y coherenceAkim Demaille2012-09-271-28/+13
* | errors: introduce the -Werror=CATEGORY optionTheophile Ranquet2012-09-271-4/+6
* | Merge branch 'maint'Akim Demaille2012-09-261-3/+10
|\ \ | |/
| * errors: prefix the output with "error: "Theophile Ranquet2012-09-261-4/+4
| * maint: address sc_bindtextdomain, sc_program_name and sc_prohibit_HAVE_MBRTOWC.Akim Demaille2012-02-191-0/+1
| * maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
| * Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-031-1/+1
| * Add -Wother so -Wnone suppresses all warnings.Joel E. Denny2011-04-031-0/+14
| * maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
| * -Werror: fix for rules useless in parser after conflicts.Joel E. Denny2010-08-011-3/+11
| * Do not use date ranges in copyright notices.Paul Eggert2010-06-231-2/+2
| * maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
| * portability: use va_start and va_end in the same function.Joel E. Denny2009-10-111-1/+1
| * Keep sub-messages aligned. Fix strings for translation.Alex Rozenman2009-09-191-3/+33
| * variables: accept dashes.Akim Demaille2009-04-291-1/+22
* | Revert "introduced a GCC-like -Werror=type"Akim Demaille2012-09-211-12/+7
* | introduced a GCC-like -Werror=typeTheophile Ranquet2012-09-201-7/+12
* | introduce -WdeprecatedAkim Demaille2012-09-031-1/+3
* | warnings: display warnings categoriesVictor Santet2012-06-291-0/+1
* | warnings: be ready to print warnings categoriesVictor Santet2012-06-291-1/+26
* | style changesVictor Santet2012-06-291-3/+1
* | warnings: factoring: complaintsVictor Santet2012-06-281-106/+60