summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
Commit message (Expand)AuthorAgeFilesLines
* 2017-10-06 Paolo Carlini <paolo.carlini@oracle>paolo2017-10-061-5/+5
* [C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUEnathan2017-10-051-8/+8
* Re: [C++ PATCH] Move mangling alias out of ::nathan2017-10-051-4/+2
* [C++ PATCH] Move mangling alias out of ::nathan2017-10-041-9/+66
* P0683R1 - default member initializers for bit-fieldsjakub2017-09-291-4/+10
* c-family/jakub2017-09-291-1/+4
* PR c++/56973, DR 696 - capture constant variables only as needed.jason2017-09-281-0/+5
* /cppaolo2017-09-151-1/+1
* * class.c (warn_hidden): Don't barf on non-functions.nathan2017-09-061-5/+9
* * name-lookup.h (lookup_fnfields_slot_nolazy,nathan2017-09-061-2/+2
* Conversion operators have a special namenathan2017-08-251-1/+1
* Add warn_if_not_aligned attributehjl2017-08-181-0/+7
* Introduce TARGET_SUPPORTS_ALIASESmarxin2017-08-111-14/+11
* PR c++/81359 - Unparsed NSDMI error from SFINAE context.jason2017-08-091-2/+3
* gcc/nathan2017-07-211-19/+10
* * cp-tree.h (DECL_CONSTRUCTOR_P, DECL_MAYBE_IN_CHARGE_CONSTRUCTOR,nathan2017-07-121-1/+1
* * decl2.c (reset_type_linkage_2): Dont't change ctor name.nathan2017-07-111-7/+0
* * cp-tree.h (lookup_fnfields_1, class_method_index_for_fn): Don'tnathan2017-06-301-102/+75
* Whitespace cleanups.nathan2017-06-291-2/+3
* PR c++/81073 - constexpr and static var in statement-expression.jason2017-06-191-3/+12
* PR c++/60063 - -Wunused-local-typedefs and templates.jason2017-06-181-2/+3
* PR c++/80831 - ICE with -fsyntax-only.jason2017-06-171-5/+5
* gcc/cp/nathan2017-06-161-11/+11
* Make keyed_classes a vector.nathan2017-06-161-28/+9
* Implement no_sanitize function attributemarxin2017-06-131-1/+1
* * tree.h (id_equal): New.jason2017-06-111-1/+1
* * name-lookup.h (cp_binding_level): Lose namespaces field.nathan2017-06-021-22/+14
* PR c++/80891 (#3)nathan2017-05-291-1/+1
* * cp-tree.h (struct lang_decl_decomp): New type.jakub2017-05-261-0/+3
* PR c++/80396 - built-in for make_integer_sequence.jason2017-05-231-0/+7
* gcc/nathan2017-05-221-4/+5
* Introduce dump_flags_t type and use it instead of int type.marxin2017-05-171-1/+1
* * call.c (build_user_type_conversion_1): Use OVL_FIRST.nathan2017-05-161-40/+32
* * cp-tree.h (class ovl_iterator, class lkp_iterator): New OVERLOADnathan2017-05-161-3/+3
* * cp-tree.h (OVL_FIRST, OVL_NAME): New.nathan2017-05-161-1/+1
* Revert pushdecl_top_level_and_finish name change.nathan2017-05-111-2/+2
* * cp-tree.h (pushdecl, pushdecl_maybe_friend, pushtag)nathan2017-05-111-2/+2
* Kill per-namespace static_decls.nathan2017-05-051-3/+1
* Fix numerous typos in commentsredi2017-04-031-2/+2
* PR c++/79654jakub2017-02-211-1/+1
* PR c++/79296 - ICE mangling localized template instantiationnathan2017-02-131-20/+21
* PR c++/77790 - ICE with auto function in C++11 modejason2017-02-111-12/+5
* /cppaolo2017-02-021-2/+5
* Introduce C++ support in libcc1aoliva2017-01-311-1/+1
* PR c++/79176 - lambda ICE with -flto -Osjason2017-01-261-0/+8
* PR c++/72813jakub2017-01-111-0/+2
* PR c++/78948 - instantiation from discarded statementjason2017-01-081-1/+1
* Update copyright years.jakub2017-01-011-1/+1
* Allow references in constant-expressions.jason2016-11-151-0/+3
* PR c++/77337 - auto return and lambdajason2016-11-101-3/+6