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
/
cp
/
cxx-pretty-print.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-09
c++: Fix printing of decltype(nullptr) [PR97517]
Marek Polacek
1
-0
/
+6
2020-12-03
c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]
Jakub Jelinek
1
-0
/
+9
2020-12-02
Add pretty-printing support for __is_nothrow_{assignable,constructible}.
Ville Voutilainen
1
-0
/
+6
2020-10-15
c++: Improve printing of pointers-to-members [PR97406, PR85901]
Marek Polacek
1
-1
/
+32
2020-10-02
c++: Fix printing of C++20 template parameter object [PR97014]
Marek Polacek
1
-0
/
+2
2020-09-19
Move loop and switch tree data structures from cp/ to c-family/.
Sandra Loosemore
1
-78
/
+0
2020-07-07
c++: wrong pretty printing of nested type [PR95303]
Patrick Palka
1
-6
/
+7
2020-05-07
c++: Fix spelling of non-static
Marek Polacek
1
-1
/
+1
2020-04-14
c++: "'decltype_type' not supported" in diagnostic [PR85278]
Patrick Palka
1
-7
/
+10
2020-03-20
c++: Include the constraint parameter mapping in diagnostic constraint contexts
Patrick Palka
1
-9
/
+9
2020-03-08
c++: Fix pretty printing of TYPENAME_TYPEs
Patrick Palka
1
-1
/
+1
2020-02-26
c++: Some improvements to concept diagnostics
Patrick Palka
1
-0
/
+17
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-11
Introduce pretty_printer::clone vfunc
David Malcolm
1
-0
/
+8
2019-12-05
PR c++/92271 - make __is_same alias for __is_same_as.
Marek Polacek
1
-1
/
+1
2019-11-27
Fix constrained alias template transparency.
Jason Merrill
1
-3
/
+3
2019-10-30
* cxx-pretty-print.c (get_fold_operator): Use OVL_OP_INFO.
Jason Merrill
1
-46
/
+2
2019-10-09
Update the concepts implementation to conform to C++20.
Jason Merrill
1
-110
/
+87
2019-06-29
Remove trailing whitespace in C++ front end.
Jason Merrill
1
-1
/
+0
2019-01-31
re PR libstdc++/88170 (pretty printer FAILs)
Jakub Jelinek
1
-6
/
+6
2019-01-17
[PR86648] use auto identifier for class placeholder templates
Alexandre Oliva
1
-1
/
+7
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-08
builtin-types.def (BT_FN_VOID_BOOL, [...]): New.
Jakub Jelinek
1
-0
/
+36
2018-10-11
re PR c++/87364 (Pretty print of enumerator never prints the id, always falls...
Will Wray
1
-0
/
+38
2018-09-08
cxx-pretty-print.c (cxx_pretty_printer::statement): Handle RANGE_FOR_INIT_STMT.
Marek Polacek
1
-0
/
+6
2018-05-24
cp-tree.h (INDIRECT_TYPE_P): New.
Paolo Carlini
1
-2
/
+2
2018-03-23
re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_printer::postfix_e...
Marek Polacek
1
-1
/
+5
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-06-29
class.c (finish_struct): Use OVL_P.
Nathan Sidwell
1
-18
/
+1
2017-06-22
Reorder IDENTIFIER flags
Nathan Sidwell
1
-1
/
+1
2017-05-17
Implement new C++ intrinsics __is_assignable and __is_constructible.
Ville Voutilainen
1
-0
/
+6
2017-05-16
call.c (build_user_type_conversion_1): Use OVL_FIRST.
Nathan Sidwell
1
-4
/
+4
2017-04-04
re PR c++/80296 (Broken diagnostic 'unary_plus_expr' not supported by express...
Volker Reichelt
1
-0
/
+1
2017-03-31
re PR libstdc++/80251 (Is the is_aggregate meta function missing?)
Jakub Jelinek
1
-0
/
+3
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-24
cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) instead of TREE_C...
Jakub Jelinek
1
-1
/
+1
2016-10-07
Implement LWG2296 helper intrinsic c-family/
Jakub Jelinek
1
-0
/
+15
2016-10-06
Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...
Jakub Jelinek
1
-0
/
+3
2016-10-05
* parser.c (cp_parser_skip_to_end_of_statement): Add missing break.
Jason Merrill
1
-1
/
+0
2016-08-18
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
1
-0
/
+2
2016-08-12
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
1
-5
/
+12
2016-07-21
Improving concepts performance and diagnostics.
Andrew Sutton
1
-23
/
+170
2016-04-28
cvt.c (cp_get_callee): New.
Jason Merrill
1
-2
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-2
/
+0
2015-10-31
Implement multiple 'auto' feature from Concepts TS.
Jason Merrill
1
-0
/
+20
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-1
/
+1
2015-08-07
Add C++ Concepts TS support.
Andrew Sutton
1
-6
/
+333
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[next]