aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-1/+1
2016-10-06Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek1-0/+144
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek1-28/+0
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-0/+24
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-2/+2
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-0/+5
2016-07-18re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek1-0/+16
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-9/+7
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill1-1/+9
2016-07-08Rename lvalue_or_rvalue_with_address_p to glvalue_p.Jason Merrill1-16/+15