aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Revert "c++: delayed parse DMI [PR96645]"Jason Merrill1-1/+0
2022-03-24c++: delayed parse DMI [PR96645]Jason Merrill1-0/+1
2022-03-24c++: missing SFINAE for non-constant consteval calls [PR104620]Patrick Palka1-1/+1
2022-03-18c++: using lookup within class defn [PR104476]Jason Merrill1-0/+2
2022-03-12c++: naming a dependently-scoped template for CTAD [PR104641]Patrick Palka1-0/+2
2022-03-12c++: return-type-req in constraint using only outer tparms [PR104527]Patrick Palka1-1/+6
2022-03-09c++: detecting copy-init context during CTAD [PR102137]Patrick Palka1-0/+1
2022-03-09c++: merge default targs for function templates [PR65396]Patrick Palka1-0/+1
2022-03-04c++: New module mangling ABINathan Sidwell1-1/+7
2022-02-28c++: Lost deprecated/unavailable attr in class tmpl [PR104682]Marek Polacek1-1/+1
2022-02-17c++: avoid duplicate deprecated warning [PR90451]Jason Merrill1-0/+1
2022-02-09c++: modules and explicit(bool) [PR103752]Jason Merrill1-0/+1
2022-02-08c++: constrained auto in lambda using outer tparms [PR103706]Patrick Palka1-0/+1
2022-02-05c++: assignment, aggregate, array [PR104300]Jason Merrill1-0/+27
2022-01-22c++: constexpr and -fno-elide-constructors [PR101072]Jason Merrill1-0/+1
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-2/+2
2022-01-17Change references of .c files to .cc filesMartin Liska1-42/+42
2022-01-07c++: check delete access with trivial init [PR20040]Jason Merrill1-0/+1
2022-01-06c++: clean up ref-extended temp on throwing dtor [PR53868]Jason Merrill1-0/+5
2022-01-06c++: EH and partially constructed aggr temp [PR66139]Jason Merrill1-0/+1
2022-01-06c++: temporary lifetime with array aggr init [PR94041]Jason Merrill1-2/+4
2022-01-06c++: loop over array elts w/o explicit init [PR92385]Jason Merrill1-0/+1
2022-01-04c++: add begin/end to releasing_vecJason Merrill1-0/+3
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
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