aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-07c++: block-scope externs get an alias [PR95677,PR31775,PR95677]Nathan Sidwell1-1/+5
2020-10-07c++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_PNathan Sidwell1-2/+3
2020-10-05c++: Fix typo in NON_UNION_CLASS_TYPE_P.Marek Polacek1-1/+1
2020-10-02c++: Kill DECL_ANTICIPATEDNathan Sidwell1-9/+4
2020-10-02c++: cleanup ctor_omit_inherited_parms [PR97268]Nathan Sidwell1-0/+1
2020-10-02c++: Simplify __FUNCTION__ creationNathan Sidwell1-1/+0
2020-10-02c++: Move CALL_FROM_NEW_OR_DELETE_P to tree.hJason Merrill1-6/+1
2020-10-01c++: Kill DECL_HIDDEN_PNathan Sidwell1-12/+1
2020-09-30c++: Kill DECL_HIDDEN_FRIEND_PNathan Sidwell1-8/+1
2020-09-29c++: Implement -Wrange-loop-construct [PR94695]Marek Polacek1-0/+1
2020-09-29c++: Hiddenness is a property of the symbol tableNathan Sidwell1-1/+1
2020-09-25c++: Adjust pushdecl/duplicate_decls APINathan Sidwell1-1/+2
2020-09-25c++: Replace tag_scope with TAG_howNathan Sidwell1-1/+1
2020-09-25c++: DECL_BUILTIN_P for builtinsNathan Sidwell1-0/+4
2020-09-24c++: Cleanup some decl pushing apisNathan Sidwell1-4/+6
2020-09-22c++: Remove a broken error-recovery pathNathan Sidwell1-1/+0
2020-09-19Move loop and switch tree data structures from cp/ to c-family/.Sandra Loosemore1-40/+0
2020-09-17c++: requires-expressions and partial instantiation [PR96410]Patrick Palka1-0/+17
2020-09-16c++: local-scope OMP UDR reductions have no template headNathan Sidwell1-1/+1
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus1-1/+1
2020-09-11c++: Remove LOOKUP_CONSTINIT.Marek Polacek1-3/+1
2020-09-10c++: TINFO_VAR_DECLARED_CONSTINIT -> DECL_DECLARED_CONSTINIT_PNathan Sidwell1-6/+5
2020-09-10c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_PNathan Sidwell1-5/+5
2020-09-09c++: Fix resolving the address of overloaded pmf [PR96647]Patrick Palka1-0/+1
2020-09-03c++: Fix P0960 in member init list and array [PR92812]Marek Polacek1-0/+1
2020-08-25c++: Fix up ptr.~PTR () handling [PR96721]Jakub Jelinek1-1/+1
2020-08-19c++: Check satisfaction before non-dep convs. [CWG2369]Jason Merrill1-0/+2
2020-08-18c++: alias template template_info settingNathan Sidwell1-6/+5
2020-08-18c++: Rewrite members for all deduction guides. [PR96199]Jason Merrill1-0/+18
2020-08-14c++: Yet more name-lookup api simplificationNathan Sidwell1-5/+1
2020-08-14c++: Copy elision and [[no_unique_address]]. [PR93711]Jason Merrill1-0/+1
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell1-14/+1
2020-08-03c++: Remove unused declaration.Marek Polacek1-1/+0
2020-07-30c++: decl_constant_value and unsharing [PR96197]Patrick Palka1-1/+2
2020-07-29c++: Implement C++20 implicit move changes. [PR91427]Jason Merrill1-3/+32
2020-07-27c++: Name as_base typeNathan Sidwell1-0/+2
2020-07-22c++: Shrink lambda-exprNathan Sidwell1-2/+2
2020-07-14c++: Comments & formattingNathan Sidwell1-42/+39
2020-07-01c++: Expose cloning form predicatesNathan Sidwell1-7/+0
2020-06-30c++: Tweak function cloning namesNathan Sidwell1-2/+2
2020-06-23c++: Improve CTAD for aggregates [PR93976]Jason Merrill1-1/+4
2020-06-17c++: implicit operator== adjustments from P2002.Jason Merrill1-0/+1
2020-06-17c++: ICE with IMPLICIT_CONV_EXPR in array subscript [PR95508]Marek Polacek1-0/+2
2020-06-16c++: Clean up previous change [PR41437]Patrick Palka1-39/+19
2020-06-16c++: Improve access checking inside templates [PR41437]Patrick Palka1-6/+0
2020-06-04c++: Fix FE devirt with diamond inheritance [PR95158]Jason Merrill1-1/+2
2020-06-03c++: Fix VLA in template [PR95232]Jason Merrill1-0/+1
2020-06-03[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus1-0/+1
2020-05-21c++: Constant expression parsing and parameters.Jason Merrill1-0/+1
2020-05-21c++: template instantiation during fold_for_warn [PR94038]Patrick Palka1-1/+22