Age | Commit message (Expand) | Author | Files | Lines |
2017-05-24 | friend.c (do_friend): Remove check for existing decl. | Nathan Sidwell | 4 | -52/+15 |
2017-05-24 | * Make-lang.in (CXX_AND_OBJCXX_OBJS): Alphabetize. | Nathan Sidwell | 2 | -9/+18 |
2017-05-24 | cp-tree.h (cp_free_lang_data): Add extern. | Nathan Sidwell | 4 | -40/+43 |
2017-05-24 | PR c++/80544 strip cv-quals from cast results | Jonathan Wakely | 3 | -7/+55 |
2017-05-24 | PR c/80731 - poor -Woverflow warnings | Martin Sebor | 2 | -2/+7 |
2017-05-24 | cp-tree.h (ovl_skip_hidden): Declare. | Nathan Sidwell | 5 | -68/+36 |
2017-05-24 | cp-tree.h (OVL_HIDDEN_P): New. | Nathan Sidwell | 4 | -21/+112 |
2017-05-23 | -Wunused and C++17 structured bindings | Jason Merrill | 4 | -1/+17 |
2017-05-23 | cp-tree.h (PUSH_GLOBAL, [...]): Delete. | Nathan Sidwell | 3 | -444/+292 |
2017-05-23 | PR c++/80396 - built-in for make_integer_sequence. | Jason Merrill | 5 | -2/+151 |
2017-05-23 | name-lookup.c (find_namespace_binding): New. | Nathan Sidwell | 2 | -95/+58 |
2017-05-23 | re PR c++/80866 (segfault in is_overloaded_fn()) | Nathan Sidwell | 2 | -0/+9 |
2017-05-23 | cp-tree.h (DECL_HIDDEN_P): New. | Nathan Sidwell | 3 | -82/+148 |
2017-05-23 | OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses | Thomas Schwinge | 2 | -0/+9 |
2017-05-23 | cp-tree.h (OVL_P): New. | Nathan Sidwell | 6 | -241/+252 |
2017-05-22 | name-lookup.h (parse_using_directive): Replace with ... | Nathan Sidwell | 5 | -131/+135 |
2017-05-22 | invoke.texi (fdump-translation-unit): Delete documentation. | Nathan Sidwell | 4 | -4/+14 |
2017-05-22 | * config-lang.in (gtfiles): Sort list, break lines. | Nathan Sidwell | 2 | -1/+27 |
2017-05-22 | cp-tree.h (CPTI_TERMINATE, [...]): Rename to ... | Nathan Sidwell | 4 | -146/+128 |
2017-05-22 | name-lookup.c (pushdecl_top_level) pushdecl_top_level_and_finish): Move after... | Nathan Sidwell | 2 | -56/+100 |
2017-05-19 | c-format.c (locus): Move out of function scope, add GTY attribute. | Bernd Edlinger | 7 | -52/+66 |
2017-05-19 | call.c (add_list_candidates): Use OVL_FIRST. | Nathan Sidwell | 10 | -39/+76 |
2017-05-19 | OpenACC 2.5 default (present) clause | Thomas Schwinge | 2 | -4/+13 |
2017-05-19 | OpenACC default clause maintenance | Thomas Schwinge | 2 | -1/+7 |
2017-05-19 | toplev.c (general_init): Call register dump lang hook. | Nathan Sidwell | 5 | -5/+35 |
2017-05-18 | cp-tree.h (OVL_ARG_DEPENDENT): Delete. | Nathan Sidwell | 6 | -36/+111 |
2017-05-18 | cp-tree.h (OVL_USED): Replace with ... | Nathan Sidwell | 5 | -11/+18 |
2017-05-18 | cp-tree.h (lookup_add): Swap args. | Nathan Sidwell | 5 | -84/+41 |
2017-05-18 | name-lookup.c (find_local_binding): New, broken out of ... | Nathan Sidwell | 2 | -38/+44 |
2017-05-17 | cp-tree.h (default_hash_traits <lang_identifier *>): New specialization. | Nathan Sidwell | 3 | -126/+102 |
2017-05-17 | Implement new C++ intrinsics __is_assignable and __is_constructible. | Ville Voutilainen | 6 | -8/+84 |
2017-05-17 | cp-tree.h (ovl_iterator::using_p): New predicate. | Nathan Sidwell | 4 | -42/+110 |
2017-05-17 | class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator. | Nathan Sidwell | 6 | -123/+108 |
2017-05-17 | Introduce dump_flags_t type and use it instead of int type. | Martin Liska | 3 | -8/+16 |
2017-05-16 | C++: fix-it hints suggesting accessors for private fields | David Malcolm | 6 | -11/+351 |
2017-05-16 | re PR sanitizer/80536 (UBSAN: compile time segfault) | Marek Polacek | 2 | -0/+15 |
2017-05-16 | name-lookup.c (check_local_shadow): New, broke out of ... | Nathan Sidwell | 2 | -215/+215 |
2017-05-16 | cp-tree.h (OVL_NESTED_P, [...]): New. | Nathan Sidwell | 4 | -42/+123 |
2017-05-16 | call.c (build_user_type_conversion_1): Use OVL_FIRST. | Nathan Sidwell | 7 | -164/+161 |
2017-05-16 | typeck2.c (cxx_incomplete_type_diagnostic): Revert change and check is_overlo... | Nathan Sidwell | 2 | -2/+9 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 2 | -1/+7 |
2017-05-16 | cp-tree.h (class ovl_iterator, [...]): New OVERLOAD iterators. | Nathan Sidwell | 11 | -91/+171 |
2017-05-16 | cp-tree.h (OVL_FIRST, OVL_NAME): New. | Nathan Sidwell | 16 | -54/+64 |
2017-05-16 | pt.c (tsubst_copy_and_build): Remove unnecessary COMPONENT_REF peeking. | Nathan Sidwell | 6 | -14/+25 |
2017-05-16 | cp-tree.h (SCOPE_DEPTH): New. | Nathan Sidwell | 5 | -13/+56 |
2017-05-15 | re PR c++/79369 (namespace definition with qualified id) | Nathan Sidwell | 5 | -151/+145 |
2017-05-11 | cp-lang.c (get_global_decls, [...]): Move to ... | Nathan Sidwell | 4 | -21/+29 |
2017-05-11 | name-lookup.h (pushdecl): Add default friend parm. | Nathan Sidwell | 5 | -44/+30 |
2017-05-11 | Revert pushdecl_top_level_and_finish name change. | Nathan Sidwell | 6 | -7/+14 |
2017-05-11 | name-lookup.c (pushdecl_outermost_localscope): Always conditionally stop timer. | Nathan Sidwell | 2 | -10/+11 |