summaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-2995/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka2021-12-161-2/+2
* c++: ICE with unnamed tparm and concept [PR103408]Marek Polacek2021-12-021-1/+3
* c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...Jakub Jelinek2021-08-171-0/+4
* c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...Jakub Jelinek2021-07-301-1/+6
* c++: Fix pretty printing pointer to function type [PR98767]Patrick Palka2021-04-231-19/+28
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* c++: Fix printing of decltype(nullptr) [PR97517]Marek Polacek2020-12-091-0/+6
* c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]Jakub Jelinek2020-12-031-0/+9
* Add pretty-printing support for __is_nothrow_{assignable,constructible}.Ville Voutilainen2020-12-021-0/+6
* c++: Improve printing of pointers-to-members [PR97406, PR85901]Marek Polacek2020-10-151-1/+32
* c++: Fix printing of C++20 template parameter object [PR97014]Marek Polacek2020-10-021-0/+2
* Move loop and switch tree data structures from cp/ to c-family/.Sandra Loosemore2020-09-191-78/+0
* c++: wrong pretty printing of nested type [PR95303]Patrick Palka2020-07-071-6/+7
* c++: Fix spelling of non-staticMarek Polacek2020-05-071-1/+1
* c++: "'decltype_type' not supported" in diagnostic [PR85278]Patrick Palka2020-04-141-7/+10
* c++: Include the constraint parameter mapping in diagnostic constraint contextsPatrick Palka2020-03-201-9/+9
* c++: Fix pretty printing of TYPENAME_TYPEsPatrick Palka2020-03-081-1/+1
* c++: Some improvements to concept diagnosticsPatrick Palka2020-02-261-0/+17
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Introduce pretty_printer::clone vfuncDavid Malcolm2019-12-111-0/+8
* PR c++/92271 - make __is_same alias for __is_same_as.Marek Polacek2019-12-051-1/+1
* Fix constrained alias template transparency.Jason Merrill2019-11-271-3/+3
* * cxx-pretty-print.c (get_fold_operator): Use OVL_OP_INFO.Jason Merrill2019-10-301-46/+2
* Update the concepts implementation to conform to C++20.Jason Merrill2019-10-091-110/+87
* Remove trailing whitespace in C++ front end.Jason Merrill2019-06-291-1/+0
* re PR libstdc++/88170 (pretty printer FAILs)Jakub Jelinek2019-01-311-6/+6
* [PR86648] use auto identifier for class placeholder templatesAlexandre Oliva2019-01-171-1/+7
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek2018-11-081-0/+36
* re PR c++/87364 (Pretty print of enumerator never prints the id, always falls...Will Wray2018-10-111-0/+38
* cxx-pretty-print.c (cxx_pretty_printer::statement): Handle RANGE_FOR_INIT_STMT.Marek Polacek2018-09-081-0/+6
* cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini2018-05-241-2/+2
* re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_printer::postfix_e...Marek Polacek2018-03-231-1/+5
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* class.c (finish_struct): Use OVL_P.Nathan Sidwell2017-06-291-18/+1
* Reorder IDENTIFIER flagsNathan Sidwell2017-06-221-1/+1
* Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen2017-05-171-0/+6
* call.c (build_user_type_conversion_1): Use OVL_FIRST.Nathan Sidwell2017-05-161-4/+4
* re PR c++/80296 (Broken diagnostic 'unary_plus_expr' not supported by express...Volker Reichelt2017-04-041-0/+1
* re PR libstdc++/80251 (Is the is_aggregate meta function missing?)Jakub Jelinek2017-03-311-0/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) instead of TREE_C...Jakub Jelinek2016-10-241-1/+1
* Implement LWG2296 helper intrinsic c-family/Jakub Jelinek2016-10-071-0/+15
* Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek2016-10-061-0/+3
* * parser.c (cp_parser_skip_to_end_of_statement): Add missing break.Jason Merrill2016-10-051-1/+0
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-181-0/+2
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-5/+12
* Improving concepts performance and diagnostics.Andrew Sutton2016-07-211-23/+170