aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-05Convert CARET_LINE_MARGIN to const intDavid Malcolm1-1/+1
2017-05-05Convert diagnostic_override_option_index from macro to inline functionDavid Malcolm1-2/+6
2017-05-05Get rid of macros for diagnostic_report_current_moduleDavid Malcolm1-11/+1
2017-05-05Eliminate report_diagnostic macroDavid Malcolm1-2/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-05diagnostic.c (diagnostic_check_max_errors): New, broken out of ...Nathan Sidwell1-1/+2
2016-09-02Add -fdiagnostics-generate-patchDavid Malcolm1-0/+6
2016-08-31Remove arbitrary limits from rich_locationDavid Malcolm1-1/+1
2016-08-18Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm1-1/+3
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm1-0/+4
2016-06-09diagnostic.h (diagnostic_line_cutoff, [...]): delete.Marcin Baczyński1-6/+0
2016-05-10Add debugging ruler to diagnostic-show-locus.cDavid Malcolm1-0/+4
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm1-1/+1
2016-02-12PR other/69554: avoid excessive source printing for widely-separated locationsDavid Malcolm1-0/+11
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm1-4/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-22/+32
2015-09-14The flag diagnostic_context::some_warnings_are_errors controls whether to giv...Manuel López-Ibáñez1-4/+0
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+43
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-0/+1
2014-12-11diagnostic.c (get_terminal_width): Renamed fromTobias Burnus1-0/+2
2014-12-04error.c (gfc_diagnostic_build_locus_prefix): Use diagnostic_expand_location.Manuel López-Ibáñez1-0/+12
2014-12-04diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez1-0/+1
2014-08-21re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-0/+3
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-0/+3
2014-01-23PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-4/+4
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis1-1/+1
2013-04-26diagnostic.h (file_name_as_prefix): Add context argument.Jakub Jelinek1-1/+1
2013-03-21re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-10-24re PR c++/54928 (Infinite output with after ICE with macro)Manuel López-Ibáñez1-1/+3
2012-05-09re PR c++/53289 (unnecessary repetition of caret diagnostics)Manuel López-Ibáñez1-0/+3
2012-04-11re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez1-0/+10
2011-10-17Emit macro expansion related diagnosticsTom Tromey1-1/+1
2010-11-12re PR c/44782 (implement -ferror-limit=)Nathan Froyd1-0/+3
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-1/+0
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-1/+5
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-4/+4
2010-06-21diagnostic.h (diagnostic_classification_change_t): New.DJ Delorie1-1/+28
2010-05-27diagnostic-core.h: New.Joseph Myers1-11/+1
2010-05-26diagnostic.c: Don't include opts.h.Joseph Myers1-11/+37
2010-05-25diagnostic.c: Don't include plugin.h.Joseph Myers1-1/+1
2010-05-24diagnostic.c: Don't include flags.h.Joseph Myers1-1/+13
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-49/+7
2010-04-09re PR other/42965 (no "warnings being treated as errors" for individual -Werr...Manuel López-Ibáñez1-1/+2