aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2023-11-29Daily bump.GCC Administrator1-0/+14
2023-11-28c++: prvalue array decay [PR94264]Jason Merrill2-11/+3
2023-11-28c++: Fix up __has_extension (cxx_init_captures)Jakub Jelinek1-1/+1
2023-11-28Daily bump.GCC Administrator1-0/+11
2023-11-27c-family: Implement __has_feature and __has_extension [PR60512]Alex Coplan3-0/+154
2023-11-26Daily bump.GCC Administrator1-0/+12
2023-11-25c++: more checks for exporting names with using-declarationsNathaniel Shead1-21/+54
2023-11-25c++: Allow exporting a typedef redeclaration [PR102341]Nathaniel Shead1-1/+5
2023-11-25Daily bump.GCC Administrator1-0/+32
2023-11-24OpenMP: Add -Wopenmp and use itTobias Burnus2-15/+19
2023-11-24OpenMP: Accept argument to depobj's destroy clauseTobias Burnus1-1/+24
2023-11-25c++: Allow exporting const-qualified namespace-scope variables [PR99232]Nathaniel Shead1-1/+2
2023-11-24c++: Support lambdas in static template member initialisers [PR107398]Nathaniel Shead1-15/+23
2023-11-24c++: check mismatching exports for class tags [PR98885]Nathaniel Shead1-3/+18
2023-11-24Daily bump.GCC Administrator1-0/+14
2023-11-23c++: Implement C++26 P2741R3 - user-generated static_assert messages [PR110348]Jakub Jelinek3-18/+178
2023-11-23Daily bump.GCC Administrator1-0/+10
2023-11-22c++: alias template of non-template class [PR112633]Patrick Palka1-0/+1
2023-11-21c++: start_preparsed_function tweakJason Merrill1-7/+5
2023-11-21Daily bump.GCC Administrator1-0/+18
2023-11-20Trivial typo fix in variadicMarc Poulhiès1-1/+1
2023-11-19c++: compare one level of template parmsJason Merrill1-57/+33
2023-11-19c++: add DECL_IMPLICIT_TEMPLATE_PARM_P macroJason Merrill4-3/+23
2023-11-20Daily bump.GCC Administrator1-0/+11
2023-11-19c++: Set DECL_CONTEXT for __cxa_thread_atexit [PR99187]Nathaniel Shead2-2/+17
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm1-0/+1
2023-11-17Daily bump.GCC Administrator1-0/+21
2023-11-16c++: Fix error recovery ICE [PR112365]Jakub Jelinek1-1/+2
2023-11-16c++: constantness of call to function pointer [PR111703]Patrick Palka1-1/+6
2023-11-15c++: fix parsing with auto(x) [PR112410]Marek Polacek1-0/+13
2023-11-16Daily bump.GCC Administrator1-0/+56
2023-11-15c++, analyzer: Expand CAN_HAVE_LOCATION_P macro.Bernhard Reutner-Fischer1-1/+1
2023-11-15c++: direct enum init from type-dep elt [PR112515]Patrick Palka1-0/+1
2023-11-15c++: partially inst requires-expr in noexcept-spec [PR101043]Patrick Palka1-7/+12
2023-11-15c++: non-dependent .* operand folding [PR112427]Patrick Palka2-2/+15
2023-11-15c++: constantness of local var in constexpr fn [PR111703, PR112269]Patrick Palka1-2/+2
2023-11-15c++: Implement C++26 P2864R2 - Remove Deprecated Arithmetic Conversion on Enu...Jakub Jelinek2-39/+98
2023-11-15Daily bump.GCC Administrator1-0/+22
2023-11-14c++: Stream virtual dtor vtable indicesNathaniel Shead1-0/+6
2023-11-14c++: Fix exported using decls of templatesNathaniel Shead1-4/+8
2023-11-14diagnostics: make option-handling callbacks privateDavid Malcolm1-3/+1
2023-11-14input.h: eliminate implicit users of global_dc's file_cacheDavid Malcolm1-1/+2
2023-11-14Daily bump.GCC Administrator1-0/+34
2023-11-14c++: Link extended FP conversion pedwarns to -Wnarrowing [PR111842]Jonathan Wakely1-4/+6
2023-11-14Add type-generic clz/ctz/clrsb/ffs/parity/popcount builtins [PR111309]Jakub Jelinek2-2/+16
2023-11-10c++: decltype of (by-value captured reference) [PR79620]Patrick Palka2-2/+9
2023-11-10c++: decltype of capture proxy [PR79378, PR96917]Patrick Palka1-1/+21
2023-11-08Daily bump.GCC Administrator1-0/+18
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung4-16/+100
2023-11-05Daily bump.GCC Administrator1-0/+15