aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.cc
AgeCommit message (Expand)AuthorFilesLines
2024-12-02c++: some further concepts cleanupsPatrick Palka1-2/+2
2024-11-28c++: Implement P2662R3, Pack Indexing [PR113798]Marek Polacek1-0/+14
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek1-6/+6
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-2/+4
2024-10-01c++: introduce __builtin_is_virtual_base_ofGiuseppe D'Angelo1-0/+2
2024-07-23c++: Remove CHECK_CONSTRJakub Jelinek1-28/+0
2024-06-12pretty_printer: make all fields privateDavid Malcolm1-6/+6
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x1-3/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 1Patrick Palka1-1/+0
2023-09-20c++: improve class NTTP object pretty printing [PR111471]Patrick Palka1-2/+17
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-05-07c++: fix pretty printing of 'alignof' vs '__alignof__' [PR85979]Patrick Palka1-1/+6
2023-05-07c++: various code cleanupsPatrick Palka1-2/+3
2023-04-20c++: use TREE_VEC for trailing args of variadic built-in traitsPatrick Palka1-3/+3
2023-04-19c++: Define built-in for std::tuple_element [PR100157]Patrick Palka1-5/+16
2023-03-09c++: add __is_deducible trait [PR105841]Jason Merrill1-1/+4
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-09-30c++: streamline built-in trait addition processPatrick Palka1-121/+5
2022-09-29c++: implement __remove_cv, __remove_reference and __remove_cvrefPatrick Palka1-0/+9
2022-09-29c++: introduce TRAIT_TYPE alongside TRAIT_EXPRPatrick Palka1-15/+38
2022-09-28c++: Add DECL_NTTP_OBJECT_P lang flagNathan Sidwell1-1/+1
2022-09-23c++: Implement __is_{nothrow_,}convertible [PR106784]Marek Polacek1-0/+6
2022-07-15c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477]Marek Polacek1-0/+6
2022-05-17openmp: Add support for inoutset depend-kindJakub Jelinek1-0/+3
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2995