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