aboutsummaryrefslogtreecommitdiff
path: root/gcc/pretty-print.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-10pretty-print: support urlification in phase 3David Malcolm1-1/+8
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm1-0/+1
2023-11-03diagnostics: add automatic URL-ification within messagesDavid Malcolm1-1/+4
2023-10-31pretty-print: gracefully handle null URLsDavid Malcolm1-0/+4
2023-10-17wide-int-print: Don't print large numbers hexadecimally for print_dec{,s,u}Jakub Jelinek1-2/+3
2023-10-03diagnostics: add ctors to text_info; add m_ prefixes to fieldsDavid Malcolm1-5/+19
2023-09-29Remove poly_int_podRichard Sandiford1-1/+1
2023-09-11pretty-print: Fix up pp_wide_int [PR111329]Jakub Jelinek1-22/+13
2023-09-06Middle-end _BitInt support [PR102989]Jakub Jelinek1-2/+17
2023-06-21diagnostics: add support for "text art" diagramsDavid Malcolm1-0/+1
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-5/+5
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-07-15Convert vrange dumping facilities to pretty_printer.Aldy Hernandez1-0/+7
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-02-15PR 87488: Add --with-diagnostics-urls configuration optionBernd Edlinger1-2/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-16Add pp_write_text_as_html_like_dot_to_streamDavid Malcolm1-0/+3
2019-12-11Introduce pretty_printer::clone vfuncDavid Malcolm1-0/+4
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm1-0/+6
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-08Support %f in pp_formatDavid Malcolm1-0/+1
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-1/+2
2018-08-02Fix memory leak of pretty_printer prefixesDavid Malcolm1-6/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: dump routinesRichard Sandiford1-2/+11
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm1-1/+4
2017-07-02Reorganise machmode.h headersRichard Sandiford1-1/+0
2017-05-30C++ template type diff printingDavid Malcolm1-2/+18
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
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