aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-objcp-common.cc
AgeCommit message (Expand)AuthorFilesLines
2025-05-26c++: add -fdump-lang-tinstJason Merrill1-0/+2
2025-01-21c, c++: Return 1 for __has_builtin(__builtin_va_arg) and __has_builtin(__buil...Jakub Jelinek1-0/+1
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-20c++/modules: Ignore TU-local entities where necessaryNathaniel Shead1-0/+1
2024-12-10c++: Implement a coroutine language debug dumpArsen Arsenović1-0/+2
2024-12-02c++: some further concepts cleanupsPatrick Palka1-1/+0
2024-11-28c++: Implement P2662R3, Pack Indexing [PR113798]Marek Polacek1-0/+2
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-11c++: Add __builtin_operator_{new,delete} supportJakub Jelinek1-9/+12
2024-11-09c++: Fix tree_contains_struct for TRAIT_EXPRLewis Hyatt1-1/+1
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
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