aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-10c++: Implement __is_invocable built-in traitKen Matsui1-0/+135
2024-04-23c++: Copy over DECL_DISREGARD_INLINE_LIMITS flag to inheriting ctors [PR114784]Jakub Jelinek1-1/+4
2024-02-14c++: synthesized_method_walk context independence [PR113908]Patrick Palka1-0/+2
2024-02-06c++: add auto_diagnostic_group to early_check_defaulted_comparisonMarek Polacek1-0/+1
2024-02-05c++: defaulted op== for incomplete class [PR107291]Jason Merrill1-1/+5
2024-01-11c++: corresponding object parms [PR113191]Jason Merrill1-11/+5
2024-01-09c++: explicit object cleanupsJason Merrill1-6/+1
2024-01-09c++: P0847R7 (deducing this) - CWG2586 [PR102609]waffl3x1-6/+49
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x1-4/+4
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-19c++: local class memfn synth from uneval context [PR113063]Patrick Palka1-10/+2
2023-12-11c++: Fix noexcept checking for trivial operations [PR96090]Nathaniel Shead1-6/+13
2023-09-19c++: extend cold, hot attributes to classesJavier Martinez1-0/+6
2023-08-04frontend: Add novector C++ pragmaTamar Christina1-1/+2
2023-06-28c++: inherited constructor attributesJason Merrill1-0/+2
2023-06-09c++: fix 32-bit spaceship failures [PR110185]Jason Merrill1-0/+1
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-05-10c++: wrong std::is_convertible with cv-qual fn [PR109680]Marek Polacek1-4/+35
2023-04-20c++: use TREE_VEC for trailing args of variadic built-in traitsPatrick Palka1-8/+9
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-02c++: Set the locus of the function result declBernhard Reutner-Fischer1-1/+1
2022-11-16c++: P2448 - Relaxing some constexpr restrictions [PR106649]Marek Polacek1-2/+6
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill1-2/+2
2022-10-07c++: fixes for derived-to-base reference binding [PR107085]Marek Polacek1-1/+1
2022-09-27c++: Make __is_{,nothrow_}convertible SFINAE on access [PR107049]Jonathan Wakely1-0/+1
2022-09-26c++: Instantiate less when evaluating __is_convertibleMarek Polacek1-8/+15
2022-09-23c++: Implement __is_{nothrow_,}convertible [PR106784]Marek Polacek1-0/+31
2022-07-21c++: defaulted ctor with DMI in union [PR94823]Jason Merrill1-4/+31
2022-07-15c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477]Marek Polacek1-0/+25
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka1-4/+4
2022-04-01Revert "c++: delayed parse DMI [PR96645]"Jason Merrill1-24/+0
2022-03-24c++: delayed parse DMI [PR96645]Jason Merrill1-0/+24
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3506