index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
pretty-print.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-8
/
+0
2024-10-24
analyzer: avoid implicit use of global_dc's pretty_printer [PR116613]
David Malcolm
1
-0
/
+5
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-1
/
+9
2024-10-18
diagnostics: add debug dump functions
David Malcolm
1
-4
/
+4
2024-09-30
diagnostics: add "dump" to pretty_printer and output_buffer
David Malcolm
1
-0
/
+6
2024-09-03
pretty-print: split up pretty_printer::format into subroutines
David Malcolm
1
-2
/
+3
2024-09-03
pretty-print: naming cleanups
David Malcolm
1
-22
/
+30
2024-08-29
pretty-print: reimplement pp_format with a new struct pp_token
David Malcolm
1
-9
/
+34
2024-08-29
pretty-print: move class chunk_info into its own header
David Malcolm
1
-44
/
+1
2024-07-13
diagnostics: add highlight-a vs highlight-b in colorization and pp_markup
David Malcolm
1
-0
/
+18
2024-06-12
pretty_printer: convert chunk_info into a class
David Malcolm
1
-4
/
+26
2024-06-12
pretty_printer: make all fields private
David Malcolm
1
-59
/
+204
2024-01-10
pretty-print: support urlification in phase 3
David Malcolm
1
-1
/
+8
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-19
libcpp: split decls out to rich-location.h
David Malcolm
1
-0
/
+1
2023-11-03
diagnostics: add automatic URL-ification within messages
David Malcolm
1
-1
/
+4
2023-10-31
pretty-print: gracefully handle null URLs
David Malcolm
1
-0
/
+4
2023-10-17
wide-int-print: Don't print large numbers hexadecimally for print_dec{,s,u}
Jakub Jelinek
1
-2
/
+3
2023-10-03
diagnostics: add ctors to text_info; add m_ prefixes to fields
David Malcolm
1
-5
/
+19
2023-09-29
Remove poly_int_pod
Richard Sandiford
1
-1
/
+1
2023-09-11
pretty-print: Fix up pp_wide_int [PR111329]
Jakub Jelinek
1
-22
/
+13
2023-09-06
Middle-end _BitInt support [PR102989]
Jakub Jelinek
1
-2
/
+17
2023-06-21
diagnostics: add support for "text art" diagrams
David Malcolm
1
-0
/
+1
2023-02-16
don't declare header-defined functions both static and inline
Patrick Palka
1
-5
/
+5
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-07-15
Convert vrange dumping facilities to pretty_printer.
Aldy Hernandez
1
-0
/
+7
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-02-15
PR 87488: Add --with-diagnostics-urls configuration option
Bernd Edlinger
1
-2
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-16
Add pp_write_text_as_html_like_dot_to_stream
David Malcolm
1
-0
/
+3
2019-12-11
Introduce pretty_printer::clone vfunc
David Malcolm
1
-0
/
+4
2019-10-10
pretty-print: support URL escape sequences (PR 87488)
David Malcolm
1
-0
/
+6
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+4
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-08
Support %f in pp_format
David Malcolm
1
-0
/
+1
2018-08-27
Less verbose fix-it hints for missing header files (PR 87091)
David Malcolm
1
-1
/
+2
2018-08-02
Fix memory leak of pretty_printer prefixes
David Malcolm
1
-6
/
+8
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-20
poly_int: dump routines
Richard Sandiford
1
-2
/
+11
2017-11-22
C/C++: fix quoting of "aka" typedef information (PR 62170)
David Malcolm
1
-1
/
+4
2017-07-02
Reorganise machmode.h headers
Richard Sandiford
1
-1
/
+0
2017-05-30
C++ template type diff printing
David Malcolm
1
-2
/
+18
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-01-26
PR other/69006: fix extra newlines after diagnostics
David Malcolm
1
-1
/
+5
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-07
Fix missing range information for "%q+D" format code
David Malcolm
1
-8
/
+1
2015-11-06
Reimplement diagnostic_show_locus, introducing rich_location classes
David Malcolm
1
-17
/
+8
2015-09-25
PR pretty-print/67567 do not pass NULL as a string
Manuel López-Ibáñez
1
-0
/
+1
2015-09-08
Trivial typo fix in pretty-print.h
David Malcolm
1
-1
/
+1
[next]