aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.cc
AgeCommit message (Expand)AuthorFilesLines
2025-07-15c++: don't mark void exprs as read [PR44677]Jason Merrill1-7/+6
2025-04-01c++: fix missing lifetime extension [PR119383]Marek Polacek1-0/+13
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-06diagnostics: UX: add doc URLs for attributes (v2)David Malcolm1-0/+4
2024-11-27diagnostics: replace %<%s%> with %qs [PR104896]David Malcolm1-2/+2
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek1-2/+2
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-09-27c++: simplify handling implicit INDIRECT_REF and co_await in convert_to_voidArsen Arsenović1-50/+52
2024-09-05c++: Add missing auto_diagnostic_groupsNathaniel Shead1-0/+1
2024-07-25cp+coroutines: teach convert_to_void to diagnose discarded co_awaitsArsen Arsenović1-0/+8
2024-07-17c++: missing -Wunused-value for !<expr> [PR114104]Patrick Palka1-0/+2
2024-04-05c++: constexpr error with fn redecl in local scope [PR111132]Marek Polacek1-2/+16
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 1Patrick Palka1-1/+3
2023-09-19c++: overeager type completion in convert_to_void [PR111419]Patrick Palka1-3/+6
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-01-23c++: Quash bogus -Wunused-value with new [PR107797]Marek Polacek1-2/+4
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-13c++: Avoid some false positive -Wfloat-conversion warnings with extended prec...Jakub Jelinek1-2/+4
2022-10-14c++: Excess precision for ? int : float or int == float [PR107097, PR82071, P...Jakub Jelinek1-27/+0
2022-10-14c++: Implement excess precision support for C++ [PR107097, PR323]Jakub Jelinek1-0/+27
2022-09-12c++: remove '_sfinae' suffix from functionsPatrick Palka1-2/+2
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2022-02-17c++: avoid duplicate deprecated warning [PR90451]Jason Merrill1-0/+3
2022-01-17Change references of .c files to .cc filesMartin Liska1-9/+9
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2153