summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* diagnostic.c (diagnostic_check_max_errors): New, broken out of ...Nathan Sidwell2016-12-051-12/+28
* diagnostic.c (diagnostic_report_diagnostic): Remove extraneous braces.Nathan Sidwell2016-12-021-3/+1
* revert: diagnostic.c (diagnostic_action_after_output): Remove max error handl...Nathan Sidwell2016-10-151-22/+15
* diagnostic.c (diagnostic_action_after_output): Remove max error handling here...Nathan Sidwell2016-10-141-15/+22
* * diagnostic.c (diagnostc_report_diagnostic): Fix formatting.Nathan Sidwell2016-10-121-4/+6
* diagnostic-core.h (warning_at_rich_loc_n): Declare.Prathamesh Kulkarni2016-10-081-7/+37
* fix-it hints: insert_before vs insert_afterDavid Malcolm2016-09-131-1/+1
* Add -fdiagnostics-generate-patchDavid Malcolm2016-09-021-0/+11
* Remove arbitrary limits from rich_locationDavid Malcolm2016-08-311-1/+1
* Reimplement removal fix-it hints in terms of replaceDavid Malcolm2016-08-191-4/+0
* Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm2016-08-181-2/+5
* C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm2016-06-221-0/+12
* Implement -fdiagnostics-parseable-fixitsDavid Malcolm2016-06-221-0/+258
* diagnostic.c (diagnostic_impl, [...]): New.Paolo Carlini2016-06-071-127/+81
* [PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy2016-04-221-2/+0
* PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm2016-03-091-14/+0
* PR other/69554: avoid excessive source printing for widely-separated locationsDavid Malcolm2016-02-121-17/+45
* PR other/69006: fix extra newlines after diagnosticsDavid Malcolm2016-01-261-32/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm2015-11-131-17/+17
* Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm2015-11-061-32/+170
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-4/+3
* Move diagnostic_show_locus and friends out into a new source fileDavid Malcolm2015-09-181-129/+0
* Change of location_get_source_line signatureDavid Malcolm2015-09-151-1/+2
* The flag diagnostic_context::some_warnings_are_errors controls whether to giv...Manuel López-Ibáñez2015-09-141-5/+1
* re PR c/66098 (#pragma diagnostic 'ignored' not fully undone by pop for stric...Manuel López-Ibáñez2015-08-111-3/+4
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error when printin...Manuel López-Ibáñez2015-05-201-1/+2
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-191-1/+1
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2015-05-161-36/+85
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-17/+0
* diagnostic-core.h (internal_error_no_backtrace): New prototype.Jakub Jelinek2015-01-231-4/+24
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak2014-12-311-1/+1
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-12-111-12/+8
* diagnostic.c (get_terminal_width): Renamed fromTobias Burnus2014-12-111-4/+21
* error.c (gfc_diagnostic_build_locus_prefix): Use diagnostic_expand_location.Manuel López-Ibáñez2014-12-041-10/+6
* diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez2014-12-041-0/+28
* libcpp uses diagnostic->override_column to give a custom column number to dia...Manuel López-Ibáñez2014-12-021-0/+2
* re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon2014-11-111-0/+17
* Revert revision 217149 because it breaks Ada:Manuel López-Ibáñez2014-11-051-17/+0
* re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon2014-11-051-0/+17
* State cleanups from jit branchDavid Malcolm2014-10-211-1/+10
* diagnostic.c (warning_n): New function.Jan Hubicka2014-09-201-0/+22
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-08-211-2/+5
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-08-201-5/+5
* re PR c/59304 (#pragma diagnostic pop after warning fails for options unspeci...Manuel López-Ibáñez2014-08-201-0/+9
* re PR c/62059 (signed integer overflow in diagnostic.c adjust_line)Marek Polacek2014-08-171-1/+2
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-08-151-3/+1