aboutsummaryrefslogtreecommitdiff
path: root/gcc/pretty-print.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm1-1/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm1-8/+1
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-17/+8
2015-09-25PR pretty-print/67567 do not pass NULL as a stringManuel López-Ibáñez1-0/+1
2015-09-08Trivial typo fix in pretty-print.hDavid Malcolm1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+20
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/+32
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-0/+6
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-2/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-0/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-23diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.Gabriel Dos Reis1-0/+3
2013-08-23pretty-print.h (pp_newline_and_flush): Declare.Gabriel Dos Reis1-18/+3
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-2/+7
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis1-72/+43
2013-08-04pretty-print.h (pp_bar_bar): New.Gabriel Dos Reis1-0/+4
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-1/+2
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek1-0/+6
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-11-30coretypes.h (struct pretty_print_info): Make a coretype.Steven Bosscher1-2/+2
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher1-0/+6
2012-04-11re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez1-0/+3
2011-09-02pretty-print.h (pp_unsigned_wide_integer): New.Richard Guenther1-0/+2
2011-06-07pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.Jason Merrill1-1/+9
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2010-05-26pretty-print.c: Don't include ggc.h.Joseph Myers1-0/+2
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-9/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-8/+8
2009-05-10pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers1-1/+11
2009-05-04intl.c (locale_encoding, [...]): New.Joseph Myers1-3/+5
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-07-31pretty-print.h (pp_widest_integer): New macro.Jan Hubicka1-0/+2
2005-06-30pretty-print.h (PP_NL_ARGMAX): New.Zack Weinberg1-22/+78
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-18diagnostic.h (verbatim): Move ...Kaveh R. Ghazi1-1/+2
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-10-06pretty-print.c: Include tree.h.Zack Weinberg1-0/+4
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-1/+11
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1
2004-03-24dwarf2asm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-03-21pretty-print.c (pp_base_maybe_space): New function.Gabriel Dos Reis1-0/+2
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-08-25pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis1-0/+2
2003-08-10pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis1-2/+3