aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-20c++: memfn lookup consistency in incomplete-class ctxPatrick Palka1-0/+5
2021-12-16c++: layout of aggregate base with DMI [PR103681]Jason Merrill1-1/+8
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka1-12/+39
2021-12-14c++: processing_template_decl vs template depth [PR103408]Patrick Palka1-1/+3
2021-12-14c++: remove COMPOUND_EXPR_OVERLOADED flagPatrick Palka1-6/+0
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang1-0/+2
2021-12-04c++: Allow indeterminate unsigned char or std::byte in bit_cast - P1272R4Jakub Jelinek1-0/+1
2021-11-26c++: Fix up taking address of an immediate function diagnostics [PR102753]Jakub Jelinek1-0/+6
2021-11-25c++: Implement C++23 P2128R6 - Multidimensional subscript operator [PR102611]Jakub Jelinek1-2/+10
2021-11-24c++: Fix missing NSDMI diagnostic in C++98 [PR103347]Marek Polacek1-4/+12
2021-11-18c-family: Add __builtin_assoc_barrierMatthias Kretz1-5/+7
2021-11-15c++: Add -fimplicit-constexprJason Merrill1-1/+3
2021-10-27c++: Diagnose taking address of an immediate member function [PR102753]Jakub Jelinek1-1/+3
2021-10-05c++: defaulted <=> with bitfields [PR102490]Jakub Jelinek1-0/+1
2021-09-17c++: improve lookup of member-qualified namesJason Merrill1-0/+1
2021-09-17c++: fix comment typoJason Merrill1-1/+1
2021-09-17openmp: Add support for OpenMP 5.1 atomics for C++Jakub Jelinek1-2/+2
2021-09-15c++: add parsing_function_declarator predicateJason Merrill1-0/+1
2021-09-15c++: don't predeclare std::type_info [PR48396]Jason Merrill1-3/+1
2021-09-13c++: parameter pack inside constexpr if [PR101764]Patrick Palka1-0/+5
2021-09-08c++/102228 - make lookup_anon_field O(1)Richard Biener1-0/+4
2021-09-01C-family: Add attribute 'unavailable'.Iain Sandoe1-1/+1
2021-08-31c++: Improve error recovery with constexpr [PR92193]Jason Merrill1-0/+8
2021-08-30c++: limit instantiation with ill-formed class [PR96286]Jason Merrill1-1/+6
2021-08-30c++: fold function template args sooner [PR101460]Jason Merrill1-0/+1
2021-08-19c++: Fix PR number in testcase [PR101803]Patrick Palka1-2/+2
2021-08-18c++: aggregate CTAD and brace elision [PR101344]Patrick Palka1-0/+6
2021-08-17c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...Jakub Jelinek1-0/+5
2021-08-12openmp: Diagnose syntax mismatches between declare target and end declare targetJakub Jelinek1-3/+5
2021-08-11c++: parameterized requires-expr as default argument [PR101725]Patrick Palka1-1/+2
2021-07-30c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...Jakub Jelinek1-0/+3
2021-07-19coroutines: Adjust outlined function names [PR95520].Iain Sandoe1-0/+22
2021-07-14c++: CTAD and forwarding references [PR88252]Patrick Palka1-6/+0
2021-07-09c++: requires-expr with dependent extra args [PR101181]Patrick Palka1-1/+1
2021-07-08c++: Fix noexcept with unevaluated operand [PR101087]Marek Polacek1-0/+13
2021-07-02openmp: Initial support for OpenMP directives expressed as C++11 attributesJakub Jelinek1-0/+2
2021-06-30c++: Fix push_access_scope and introduce RAII wrapper for itPatrick Palka1-10/+13
2021-06-23c++: CTAD and deduction guide selection [PR86439]Patrick Palka1-0/+2
2021-06-11c++: Add C++23 consteval if support - P1938R3 [PR100974]Jakub Jelinek1-2/+8
2021-06-10c++: Extend std::is_constant_evaluated in if warning [PR100995]Marek Polacek1-0/+1
2021-06-03c++: using-enum and access specifiers [PR100862]Patrick Palka1-0/+1
2021-05-31c++/88601 - [C/C++] __builtin_shufflevector supportRichard Biener1-0/+3
2021-05-19c++: ICE with using and enum [PR100659]Jason Merrill1-0/+1
2021-05-19c++: Relax attribute on friend declaration checking [PR100596]Marek Polacek1-1/+0
2021-05-18c++: Prune dead functions.Marek Polacek1-8/+0
2021-05-13c++: Check attributes on friend declarations [PR99032]Marek Polacek1-0/+1
2021-05-07c++: avoid non-TARGET_EXPR class prvaluesJason Merrill1-0/+1
2021-05-01c++: C++11 range-for and ovl/lkp_iteratorJason Merrill1-5/+29
2021-04-29c++: Fix friend attributes [PR51344]Jason Merrill1-1/+1
2021-04-29c++: constant expressions are evaluated [PR93314]Jason Merrill1-2/+3