aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-15re PR c++/81197 (ICE with structured binding and lifetime-extended temporaries)Jakub Jelinek1-0/+1
2017-12-12PR c++/82115 - ICE with variable initialized with its own address.Jason Merrill1-2/+10
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-1/+1
2017-12-06PR c++/82115 - ICE with variable initialized with its own address.Jason Merrill1-1/+1
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek1-3/+0
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek1-0/+13
2017-11-28Remove Cilk Plus support.Julia Koval1-5/+0
2017-11-27pt.c (primary_template_specialization_p): Rename fromJason Merrill1-1/+1
2017-11-16PR c++/79092 - non-type args of different types are differentJason Merrill1-0/+6
2017-11-16[PATCH] New lang hookNathan Sidwell1-0/+1
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill1-1/+0
2017-11-13Capture adjustments for P0588R1.Jason Merrill1-1/+0
2017-11-13Defer folding of *&.Jason Merrill1-0/+1
2017-11-03re PR c++/81957 (ICE decltype)Paolo Carlini1-1/+1
2017-11-02[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell1-0/+11
2017-11-01[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell1-16/+16
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell1-14/+13
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell1-10/+38
2017-10-31[C++ PATCH] overloaded operator fns [5/N]Nathan Sidwell1-9/+6
2017-10-31[C++ PATCH] overloaded operator fns [3/N]Nathan Sidwell1-4/+15
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell1-17/+9
2017-10-31[C++ PATCH] overloaded operator fns [1/N]Nathan Sidwell1-12/+21
2017-10-30[C++ PATCH] operator name cleanup prepatchNathan Sidwell1-1/+1
2017-10-25[C++ PATCH] Kill IDENTIFIER_LABEL_VALUENathan Sidwell1-11/+16
2017-10-13C++: show location of unclosed extern "C" specificationsDavid Malcolm1-0/+1
2017-10-12[C++ PATCH] cp_expr tweak and delete unused enumerationsNathan Sidwell1-4/+3
2017-10-10[C++ PATCH] Kill unneeded hash specializationNathan Sidwell1-24/+0
2017-10-10More delayed lambda capture fixes.Jason Merrill1-0/+3
2017-10-06re PR c++/47791 (finish function is using literal value instead of a #defined...Paolo Carlini1-1/+1
2017-10-06[C++ PATCH] use hash-table for namespace contentsNathan Sidwell1-4/+37
2017-10-05Re: [PATCH] C++ warning on vexing parseNathan Sidwell1-0/+4
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell1-5/+0
2017-10-04[C++ PATCH] Move mangling alias out of ::Nathan Sidwell1-1/+1
2017-09-29P0683R1 - default member initializers for bit-fieldsJakub Jelinek1-1/+1
2017-09-28PR c++/56973, DR 696 - capture constant variables only as needed.Jason Merrill1-1/+3
2017-09-28Use local_specializations to find capture proxies.Jason Merrill1-2/+8
2017-09-22C++: underline parameters in mismatching function callsDavid Malcolm1-0/+2
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-09-13Rename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC.Nathan Sidwell1-14/+6
2017-09-12Kill CLASSTYPE_SORTED_FIELDS.Nathan Sidwell1-9/+0
2017-09-08PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill1-0/+1
2017-09-06PR c++/82053 - ICE with default argument in lambda in templateJason Merrill1-0/+1
2017-09-06name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...Nathan Sidwell1-3/+3
2017-09-05cp-tree.h (lang_decl_base): Rename template_conv_p to unknown_bound_p.Nathan Sidwell1-14/+6
2017-09-05re PR c++/81942 (ICE on empty constexpr constructor with C++14)Paolo Carlini1-0/+6
2017-09-01cp-tree.h (resort_type_method_vec): Move declaration to ...Nathan Sidwell1-2/+0
2017-09-01Revert 2017-08-28 Nathan Sidwell <nathan@acm.org> Restore sorted_fields vector.Nathan Sidwell1-7/+8
2017-08-29Reimplement handling of lambdas in templates.Jason Merrill1-2/+8
2017-08-29Remove unnecessary LAMBDA_EXPR fields.Jason Merrill1-11/+3
2017-08-29Support copying local_specializations.Jason Merrill1-1/+2