summaryrefslogtreecommitdiff
path: root/gcc/cp/expr.cc
AgeCommit message (Expand)Author
2025-10-12c++: Ensure mark_lvalue_use returns an lvalue [PR122163]Nathaniel Shead
2025-10-08c++: clobber non-placement newJason Merrill
2025-07-15c++: don't mark void exprs as read [PR44677]Jason Merrill
2025-07-15c, c++: Extend -Wunused-but-set-* warnings [PR44677]Jakub Jelinek
2025-01-02Update copyright years.Jakub Jelinek
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-01-03Update copyright years.Jakub Jelinek
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 1Patrick Palka
2023-01-16Update copyright years.Jakub Jelinek
2022-08-16c++: Implement P2327R1 - De-deprecating volatile compound operationsJakub Jelinek
2022-06-23c++: constexpr folding in unevaluated context [PR105931]Patrick Palka
2022-01-17Rename .c files to .cc files.Martin Liska