aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-22re PR sanitizer/81929 (exponential slowdown in undefined behavior sanitizer f...Jakub Jelinek1-6/+7
2017-09-08PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill1-0/+15
2017-09-06name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...Nathan Sidwell1-1/+1
2017-08-29PR c++/81236 - ICE with template-id in generic lambdaJason Merrill1-0/+3
2017-08-23cp-tree.h (print_search_statistics, [...]): Don't declare.Nathan Sidwell1-1/+0
2017-08-07Canonicalize names of attributes.Martin Liska1-0/+1
2017-07-19class.c (add_implicitly_declared_members): Use classtype_has_move_assign_or_m...Nathan Sidwell1-1/+1
2017-07-17class.c (type_has_user_declared_move_constructor, [...]): Combine into ...Nathan Sidwell1-2/+1
2017-06-29* constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXPR handling.Jason Merrill1-6/+0
2017-06-29PR c++/81188 - matching decltype of member function call.Jason Merrill1-5/+0
2017-06-28PR c++/72764 - ICE with invalid template typename.Jason Merrill1-7/+10
2017-05-29PR c++/80891 (#1,#5)Nathan Sidwell1-71/+35
2017-05-29PR c++/80891 (#4)Nathan Sidwell1-2/+2
2017-05-29PR c++/80891 (#3)Nathan Sidwell1-5/+33
2017-05-29PR c++/80891 (#2)Nathan Sidwell1-2/+25
2017-05-26cp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.Nathan Sidwell1-2/+94
2017-05-25Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.Nathan Sidwell1-8/+3
2017-05-24cp-tree.h (cp_free_lang_data): Add extern.Nathan Sidwell1-25/+18
2017-05-24cp-tree.h (ovl_skip_hidden): Declare.Nathan Sidwell1-0/+21
2017-05-24cp-tree.h (OVL_HIDDEN_P): New.Nathan Sidwell1-4/+31
2017-05-19call.c (add_list_candidates): Use OVL_FIRST.Nathan Sidwell1-4/+11
2017-05-18cp-tree.h (OVL_ARG_DEPENDENT): Delete.Nathan Sidwell1-3/+75
2017-05-18cp-tree.h (OVL_USED): Replace with ...Nathan Sidwell1-3/+3
2017-05-18cp-tree.h (lookup_add): Swap args.Nathan Sidwell1-29/+5
2017-05-17cp-tree.h (ovl_iterator::using_p): New predicate.Nathan Sidwell1-0/+59
2017-05-16cp-tree.h (OVL_NESTED_P, [...]): New.Nathan Sidwell1-0/+46
2017-05-16call.c (build_user_type_conversion_1): Use OVL_FIRST.Nathan Sidwell1-5/+12
2017-05-16cp-tree.h (OVL_FIRST, OVL_NAME): New.Nathan Sidwell1-1/+1
2017-05-16pt.c (tsubst_copy_and_build): Remove unnecessary COMPONENT_REF peeking.Nathan Sidwell1-1/+6
2017-05-08PR c++/80178 - parameter passing for uncopyable classesJason Merrill1-6/+98
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-1/+1
2017-04-20re PR middle-end/80423 (GC related -fcompare-debug failure)Jakub Jelinek1-8/+8
2017-04-18PR c++/80244 - ICE with attribute in template alias.Marek Polacek1-0/+4
2017-04-17PR c++/80415 - wrong error with default arg and array reference.Jason Merrill1-1/+2
2017-04-12re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener1-0/+8
2017-04-10re PR c++/80176 (cannot bind reference to static member function using object...Jakub Jelinek1-0/+11
2017-04-07re PR c++/80095 (ICE with this pointer in NSDMI)Marek Polacek1-0/+14
2017-03-09PR c++/79900 - ICE in strip_typedefsMarek Polacek1-18/+29
2017-02-11PR c++/77659 - ICE with new and C++14 aggregate NSDMIJason Merrill1-5/+17
2017-02-10PR c++/78908 - template ops and bitfieldsJason Merrill1-1/+1
2017-02-09PR c++/79316 - default argument in deduction guideJason Merrill1-0/+2
2017-02-06re PR c++/79377 (ICE with increment operator in -fpermissive mode)Jakub Jelinek1-2/+4
2017-01-26PR c++/79176 - lambda ICE with -flto -OsJason Merrill1-0/+8
2017-01-24PR c++/78469 - defaulted ctor and inaccessible dtorNathan Sidwell1-3/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-20PR objc++/78418 - ICE in string tests on darwinJason Merrill1-1/+1
2016-11-15Various C++17 decomposition fixes.Jason Merrill1-0/+8
2016-11-14Implement P0217R3 - C++17 structured bindingsJakub Jelinek1-0/+10
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-0/+40
2016-11-03Use type_hash_eq langhook in check_qualified_type.Jason Merrill1-4/+5