aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-09c++: adjust accessor fixits for explicit object parmJason Merrill1-5/+14
2024-01-09c++: P0847R7 (deducing this) - diagnostics. [PR102609]waffl3x1-1/+13
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x1-2/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-30c++: Implement C++26 P2169R4 - Placeholder variables with no name [PR110349]Jakub Jelinek1-3/+14
2023-05-02c++: look for empty base at specific offset [PR109678]Jason Merrill1-3/+22
2023-03-30c++: anonymous union member reference [PR105452]Jason Merrill1-0/+23
2023-02-16c++: TYPENAME_TYPE lookup ignoring non-types [PR107773]Patrick Palka1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-18c++: implement P1492 contractsJeff Chapman II1-0/+28
2022-05-15c++: hidden friend access [DR1699]Jason Merrill1-5/+2
2022-03-16c++: further lookup_member simplificationPatrick Palka1-19/+13
2022-03-15c++: extraneous access error with ambiguous lookup [PR103177]Patrick Palka1-21/+16
2022-03-08c++: Don't suggest cdtor or conversion op identifiers in spelling hints [PR10...Jakub Jelinek1-0/+7
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2737