aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pretty-print.cc
AgeCommit message (Expand)AuthorFilesLines
2024-12-10c++: Implement a coroutine language debug dumpArsen Arsenović1-1/+2
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-15c: Add _Decimal64x supportJakub Jelinek1-0/+2
2024-10-31c: detect variably-modified types [PR117145,PR117245,PR100420]Martin Uecker1-1/+5
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-2/+4
2024-10-15c: Implement C2Y N3355 - Named Loops [PR117022]Jakub Jelinek1-1/+16
2024-09-25c++: use TARGET_EXPR accessorsMarek Polacek1-5/+5
2024-09-03pretty-print: naming cleanupsDavid Malcolm1-9/+9
2024-06-12pretty_printer: make all fields privateDavid Malcolm1-18/+18
2024-03-26c-family, c++: Handle EXCESS_PRECISION_EXPR in pretty printers [PR112724]Jakub Jelinek1-0/+2
2024-01-11OpenMP: lvalue parsing for map/to/from clauses (C)Julian Brown1-0/+12
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-09-06C _BitInt support [PR102989]Jakub Jelinek1-2/+32
2023-08-31middle-end/111253 - partly revert r11-6508-gabb1b6058c09a7Richard Biener1-1/+6
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-10c-family: ICE with [[gnu::nocf_check]] [PR106937]Marek Polacek1-43/+53
2022-08-25c: Implement C23 nullptr (N3042)Marek Polacek1-0/+7
2022-03-19c-family: Fix up ICE during pretty-printing of PMF related expression [PR101515]Jakub Jelinek1-0/+6
2022-02-14c/104505 - ICE with internal function call in diagnostic expressionRichard Biener1-1/+5
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3009