aboutsummaryrefslogtreecommitdiff
path: root/gcc/pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-30diagnostics: Fix spelling in commentJonathan Wakely1-1/+1
2020-04-29diagnostics: Add %{...%} pretty-format support for URLs and use it in -Wpsabi...Jakub Jelinek1-27/+56
2020-02-15PR 87488: Add --with-diagnostics-urls configuration optionBernd Edlinger1-6/+38
2020-01-10Add diagnostic pathsDavid Malcolm1-0/+32
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-16Add pp_write_text_as_html_like_dot_to_streamDavid Malcolm1-0/+48
2019-12-11Introduce pretty_printer::clone vfuncDavid Malcolm1-0/+34
2019-12-11Adds multibyte awareness to pretty-print.cLewis Hyatt1-1/+60
2019-12-07re PR c/87488 (hyperlink filenames in diagnostics)Tobias Burnus1-4/+7
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm1-1/+64
2019-10-01Support prefixes in diagnostic_show_locusDavid Malcolm1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-30pretty-print.c: add selftest::test_prefixes_and_wrappingDavid Malcolm1-0/+96
2018-11-08Support %f in pp_formatDavid Malcolm1-0/+6
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-2/+3
2018-08-14pretty-print.c (eat_esc_sequence): Swap the foreground and background colors ...Liu Hao1-0/+10
2018-08-14pretty-print.c (mingw_ansi_fputs): Do not call _close() on the handle returne...Liu Hao1-1/+0
2018-08-02Fix memory leak of pretty_printer prefixesDavid Malcolm1-8/+23
2018-07-20libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm1-1/+1
2018-07-02selftest: introduce class auto_fix_quotesDavid Malcolm1-8/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: dump routinesRichard Sandiford1-0/+24
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm1-9/+28
2017-10-11pretty-print.c [_WIN32] (colorize_init): Remove.Liu Hao1-0/+664
2017-08-17PR c/81859 - [8 Regression] valgrind error from warn_about_normalizationMartin Sebor1-8/+11
2017-08-10PR c++/81586 - valgrind error in output_buffer_append_r with -WallMartin Sebor1-1/+11
2017-05-30C++ template type diff printingDavid Malcolm1-1/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-13re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni1-0/+26
2016-09-09PR c/77520 - wrong value for extended ASCII characters in -Wformat messageMartin Sebor1-3/+55
2016-06-13pretty-print.c: skip color selftests if GCC_COLORS is setDavid Malcolm1-1/+6
2016-06-13selftests: improve reported failure locationsDavid Malcolm1-50/+78
2016-06-09PR bootstrap/71471: remove selftest for pp_format (%p)David Malcolm1-3/+3
2016-06-08Add selftest for pretty-print.cDavid Malcolm1-1/+163
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy1-2/+0
2016-04-17Handle backslash in pp_write_text_as_dot_label_to_streamTom de Vries1-0/+6
2016-04-17Fix record-shape escapes in pp_write_text_as_dot_label_to_streamTom de Vries1-6/+6
2016-04-17Simplify loop in pp_write_text_as_dot_label_to_streamTom de Vries1-9/+14
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm1-3/+3
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-0/+21
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-4/+3
2015-09-25PR pretty-print/67567 do not pass NULL as a stringManuel López-Ibáñez1-1/+2
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+0
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-13/+3
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+16
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-26pretty-print.c (output_buffer::~output_buffer): Really free the obstacks.Richard Biener1-2/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1