aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-objcp-common.cc
AgeCommit message (Expand)AuthorFilesLines
2024-07-23c++: Remove CHECK_CONSTRJakub Jelinek1-1/+0
2024-03-08dwarf2out: Emit DW_AT_export_symbols on anon unions/structs [PR113918]Jakub Jelinek1-0/+5
2024-02-13c++: Don't advertise cxx_constexpr_string_builtins [PR113658]Alex Coplan1-1/+0
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-10c-family, c++: Look up built-in traits via identifier nodeKen Matsui1-4/+4
2023-11-28c++: Fix up __has_extension (cxx_init_captures)Jakub Jelinek1-1/+1
2023-11-27c-family: Implement __has_feature and __has_extension [PR60512]Alex Coplan1-0/+144
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 1Patrick Palka1-1/+0
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-18c++: implement P1492 contractsJeff Chapman II1-0/+41
2022-11-16c++: Allow attributes on concepts - DR 2428Jakub Jelinek1-1/+0
2022-09-30c++: streamline built-in trait addition processPatrick Palka1-40/+4
2022-09-29c++: implement __remove_cv, __remove_reference and __remove_cvrefPatrick Palka1-0/+3
2022-09-29c++: introduce TRAIT_TYPE alongside TRAIT_EXPRPatrick Palka1-1/+1
2022-09-23c++: Implement __is_{nothrow_,}convertible [PR106784]Marek Polacek1-0/+2
2022-08-30c++: __has_builtin gives the wrong answer [PR106759]Marek Polacek1-0/+2
2022-07-19c++: Enable __has_builtin for new reference binding built-insJonathan Wakely1-0/+2
2022-04-07c++: Handle __builtin_clear_padding on non-trivially-copyable types [PR102586]Jakub Jelinek1-0/+16
2022-01-17Change references of .c files to .cc filesMartin Liska1-4/+4
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+594