summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
Commit message (Expand)AuthorAgeFilesLines
* C FE: suggest corrections for misspelled identifiers and type namesdmalcolm2016-06-221-0/+12
* Implement -fdiagnostics-parseable-fixitsdmalcolm2016-06-221-0/+258
* 2016-06-07 Paolo Carlini <paolo.carlini@oracle.com>paolo2016-06-071-127/+81
* [PATCH 1/2] (header usage fix) remove unused system header includesnsz2016-04-221-2/+0
* PR c++/70105: Defer location expansion until diagnostic_show_locusdmalcolm2016-03-091-14/+0
* PR other/69554: avoid excessive source printing for widely-separated locationsdmalcolm2016-02-121-17/+45
* PR other/69006: fix extra newlines after diagnosticsdmalcolm2016-01-261-32/+1
* Update copyright years.jakub2016-01-041-1/+1
* Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm2015-11-131-17/+17
* Reimplement diagnostic_show_locus, introducing rich_location classesdmalcolm2015-11-061-32/+170
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-4/+3
* Move diagnostic_show_locus and friends out into a new source filedmalcolm2015-09-181-129/+0
* Change of location_get_source_line signaturedmalcolm2015-09-151-1/+2
* The flag diagnostic_context::some_warnings_are_errors controls whethermanu2015-09-141-5/+1
* gcc/ChangeLog:manu2015-08-111-3/+4
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* gcc/ChangeLogmanu2015-05-201-1/+2
* Replace line_map union with C++ class hierarchydmalcolm2015-05-191-1/+1
* gcc/fortran/ChangeLog:manu2015-05-161-36/+85
* Always pass explicit location to fatal_error.jsm282015-01-301-17/+0
* * diagnostic-core.h (internal_error_no_backtrace): New prototype.jakub2015-01-231-4/+24
* Update copyright years.jakub2015-01-051-1/+1
* * diagnostic.c (build_message_string): Use xvasprintf.uros2014-12-311-1/+1
* gcc/ChangeLog:manu2014-12-111-12/+8
* 2014-12-11 Tobias Burnus <burnus@net-b.de>burnus2014-12-111-4/+21
* gcc/fortran/ChangeLog:manu2014-12-041-10/+6
* gcc/ChangeLog:manu2014-12-041-0/+28
* libcpp uses diagnostic->override_column to give a custom column number tomanu2014-12-021-0/+2
* gcc/testsuite/ChangeLog:manu2014-11-111-0/+17
* Revert revision 217149 because it breaks Ada:manu2014-11-051-17/+0
* gcc/testsuite/ChangeLog:manu2014-11-051-0/+17
* State cleanups from jit branchdmalcolm2014-10-211-1/+10
* * diagnostic.c (warning_n): New function.hubicka2014-09-201-0/+22
* gcc/ChangeLog:manu2014-08-211-2/+5
* gcc/ChangeLog:manu2014-08-201-5/+5
* gcc/ChangeLog:manu2014-08-201-0/+9
* PR c/62059mpolacek2014-08-171-1/+2
* 2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2014-08-151-3/+1
* PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsdodji2014-01-231-6/+13
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite...dodji2013-11-061-11/+6
* preprocessor/58580 - preprocessor goes OOM with warning for zero literalsdodji2013-11-061-6/+11
* gcc/rsandifo2013-09-281-3/+3
* 2013-09-08 Paolo Carlini <paolo.carlini@oracle.com>paolo2013-09-081-0/+3
* * diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.gdr2013-08-231-1/+1
* * pretty-print.h (output_buffer::output_buffer): Declare.gdr2013-08-221-5/+3
* * diagnostic.c (diagnostic_classify_diagnostic): Accept zero index andebotcazou2013-08-071-5/+7
* * pretty-print.h (pp_underscore): New.gdr2013-08-031-1/+1
* * tree.c (warn_deprecated_use): Print file:line using locus color.jakub2013-05-141-3/+3
* * diagnostic.h (file_name_as_prefix): Add context argument.jakub2013-04-261-2/+5