aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-18Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm1-2/+5
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm1-0/+12
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm1-0/+258
2016-06-07diagnostic.c (diagnostic_impl, [...]): New.Paolo Carlini1-127/+81
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy1-2/+0
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm1-14/+0
2016-02-12PR other/69554: avoid excessive source printing for widely-separated locationsDavid Malcolm1-17/+45
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm1-32/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-17/+17
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-32/+170
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-4/+3
2015-09-18Move diagnostic_show_locus and friends out into a new source fileDavid Malcolm1-129/+0
2015-09-15Change of location_get_source_line signatureDavid Malcolm1-1/+2
2015-09-14The flag diagnostic_context::some_warnings_are_errors controls whether to giv...Manuel López-Ibáñez1-5/+1
2015-08-11re PR c/66098 (#pragma diagnostic 'ignored' not fully undone by pop for stric...Manuel López-Ibáñez1-3/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-05-20diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error when printin...Manuel López-Ibáñez1-1/+2
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-1/+1
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-36/+85
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-17/+0
2015-01-23diagnostic-core.h (internal_error_no_backtrace): New prototype.Jakub Jelinek1-4/+24
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak1-1/+1
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-12/+8
2014-12-11diagnostic.c (get_terminal_width): Renamed fromTobias Burnus1-4/+21
2014-12-04error.c (gfc_diagnostic_build_locus_prefix): Use diagnostic_expand_location.Manuel López-Ibáñez1-10/+6
2014-12-04diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez1-0/+28
2014-12-02libcpp uses diagnostic->override_column to give a custom column number to dia...Manuel López-Ibáñez1-0/+2
2014-11-11re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon1-0/+17
2014-11-05Revert revision 217149 because it breaks Ada:Manuel López-Ibáñez1-17/+0
2014-11-05re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon1-0/+17
2014-10-21State cleanups from jit branchDavid Malcolm1-1/+10
2014-09-20diagnostic.c (warning_n): New function.Jan Hubicka1-0/+22
2014-08-21re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+5
2014-08-20re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-5/+5
2014-08-20re PR c/59304 (#pragma diagnostic pop after warning fails for options unspeci...Manuel López-Ibáñez1-0/+9
2014-08-17re PR c/62059 (signed integer overflow in diagnostic.c adjust_line)Marek Polacek1-1/+2
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+1
2014-01-23PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-6/+13
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-06Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite...Dodji Seketeli1-11/+6
2013-11-06preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-6/+11
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-08re PR c++/54941 (do not print line/column numbers for <built-in>:0:0)Paolo Carlini1-0/+3
2013-08-23diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.Gabriel Dos Reis1-1/+1
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-5/+3
2013-08-07diagnostic.c (diagnostic_classify_diagnostic): Accept zero index and document...Eric Botcazou1-5/+7
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-1/+1
2013-05-14tree.c (warn_deprecated_use): Print file:line using locus color.Jakub Jelinek1-3/+3