aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-15c++: non-dependent .* operand folding [PR112427]Patrick Palka1-1/+5
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 2Patrick Palka1-1/+0
2023-10-19diagnostic: rename new permerror overloadsJason Merrill1-3/+3
2023-10-18diagnostic: add permerror variants with optJason Merrill1-7/+3
2023-09-12c++: ICE with -fno-exceptions and array init [PR107198]Jason Merrill1-1/+0
2023-07-19c++: -Wmissing-field-initializers and empty class [PR110064]Marek Polacek1-1/+2
2023-05-31c++: make -fpermissive avoid -Werror=narrowingJason Merrill1-1/+2
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-5/+5
2023-05-11c++: 'mutable' subobject of constexpr variable [PR109745]Patrick Palka1-4/+22
2023-05-10c++: be stricter about constinit [CWG2543]Jason Merrill1-24/+31
2023-04-13c++: make trait of incomplete type a permerror [PR109277]Jason Merrill1-4/+0
2023-04-13c++: make cxx_incomplete_type_diagnostic return boolJason Merrill1-16/+18
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill1-3/+53
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-6/+19
2022-09-26c++: P2513R4, char8_t Compatibility and Portability Fix [PR106656]Marek Polacek1-0/+9
2022-09-22c++: ICE-on-invalid with designated initializer [PR106983]Marek Polacek1-1/+1
2022-09-12c++: remove '_sfinae' suffix from functionsPatrick Palka1-23/+10
2022-05-25c++: ICE with temporary of class type in DMI [PR100252]Marek Polacek1-0/+91
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka1-2/+2
2022-04-19c++: Fix up CONSTRUCTOR_PLACEHOLDER_BOUNDARY handling [PR105256]Jakub Jelinek1-0/+31
2022-04-06c++: vector compound literal [PR105187]Jason Merrill1-0/+1
2022-03-24c++: FIX_TRUNC_EXPR in tsubst [PR102990]Marek Polacek1-4/+9
2022-03-10c++: Don't allow type-constraint auto(x) [PR104752]Marek Polacek1-1/+7
2022-02-08c++: cleanup constant-init'd members [PR96876]Jason Merrill1-0/+26
2022-02-05c++: assignment, aggregate, array [PR104300]Jason Merrill1-2/+7
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2555