Age | Commit message (Expand) | Author | Files | Lines |
2001-04-18 | semantics.c (simplify_aggr_init_exprs_r): Don't restore flag_access_control f... | John David Anglin | 2 | -1/+6 |
2001-04-16 | cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation. | Mark Mitchell | 3 | -2/+27 |
2001-04-16 | init.c (build_delete): Create a SAVE_EXPR for the address if we're going to u... | Mark Mitchell | 2 | -6/+13 |
2001-04-13 | cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove. | Mark Mitchell | 4 | -85/+38 |
2001-04-12 | cp-tree.h (decl_namespace_list): New macro. | Jason Merrill | 4 | -8/+17 |
2001-04-12 | cp-tree.h (warn_return_type, yylex): Delete redundant declarations. | Kaveh R. Ghazi | 5 | -20/+11 |
2001-04-12 | cp-tree.h (pedantic, [...]): Delete redundant declarations. | Kaveh R. Ghazi | 2 | -24/+10 |
2001-04-12 | cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro. | Jason Merrill | 7 | -34/+48 |
2001-04-12 | class.c (dfs_unshared_virtual_bases): New function. | Nathan Sidwell | 2 | -14/+48 |
2001-04-12 | method.c (make_thunk): Clear DECL_CLONED_FUNCTION. | Nathan Sidwell | 2 | -0/+6 |
2001-04-11 | optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the cloned function t... | Mark Mitchell | 2 | -0/+9 |
2001-04-11 | Makefile.in (ifcvt.o): Depend on toplev.h. | Kaveh R. Ghazi | 3 | -1/+8 |
2001-04-11 | method.c (implicitly_declare_fn): Commonize code for copy ctor and assignment... | Nathan Sidwell | 2 | -28/+29 |
2001-04-10 | class.c (find_final_overrider_data): Add `candidates'. | Mark Mitchell | 2 | -50/+120 |
2001-04-10 | typeck.c (build_array_ref): Push the array reference inside COMPOUND_EXPR and... | Richard Henderson | 2 | -0/+27 |
2001-04-10 | tweak comments | Jason Merrill | 2 | -6/+8 |
2001-04-06 | cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P. | Mark Mitchell | 7 | -18/+38 |
2001-04-06 | lang-specs.h: Add __DEPRECATED. | Benjamin Kosnik | 2 | -4/+4 |
2001-04-06 | lang-specs.h: Add __GXX_DEPRECATED. | Benjamin Kosnik | 2 | -0/+7 |
2001-04-05 | search.c (get_dynamic_cast_base_type): When building a new constant, set its ... | J"orn Rennecke | 2 | -1/+8 |
2001-04-04 | optimize.c (expand_call_inline): Only add newly inlined statements into inlin... | Jakub Jelinek | 2 | -1/+6 |
2001-04-04 | cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove. | Mark Mitchell | 6 | -78/+93 |
2001-04-03 | decl2.c (import_export_decl): Don't call import_export_class when processing ... | Mark Mitchell | 3 | -14/+28 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 11 | -692/+448 |
2001-03-28 | decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca... | Richard Henderson | 5 | -24/+60 |
2001-03-27 | Make -fsjlj-exceptions a configure option. | Richard Henderson | 2 | -3/+8 |
2001-03-28 | pt.c (check_default_tmpl_args): Make error messages clearer. | Phil Edwards | 2 | -2/+10 |
2001-03-27 | Makefile.in (SYSTEM_H): Define. | Kaveh R. Ghazi | 2 | -4/+8 |
2001-03-27 | dump.c (dump_access): New function. | Mike Yang | 2 | -3/+50 |
2001-03-27 | c-common.h (DECL_NUM_STMTS): New macro. | Mark Mitchell | 5 | -19/+124 |
2001-03-26 | error.c: Also undefine 'A' macro used for cp_printers definition. | Phil Edwards | 1 | -0/+1 |
2001-03-26 | Implement DR 209 | Nathan Sidwell | 5 | -25/+83 |
2001-03-26 | class.c (add_method): Use memcpy/memmove, not bcopy. | Kaveh R. Ghazi | 3 | -13/+18 |
2001-03-23 | mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'. | Jakub Jelinek | 2 | -4/+6 |
2001-03-23 | decl.c (local_names): Define. | Jakub Jelinek | 7 | -81/+152 |
2001-03-23 | [multiple changes] | Bryce McKinlay | 4 | -2/+103 |
2001-03-22 | Make-lang.in (cp/except.o): Don't depend on insn-flags.h. | Richard Henderson | 3 | -2/+6 |
2001-03-22 | parse.y (bad_decl, [...]): New nonterminals. | Gerald Pfeifer | 2 | -0/+30 |
2001-03-22 | method.c (do_build_assign_ref): Don't use build_modify_expr for anonymous agg... | Jakub Jelinek | 3 | -1/+40 |
2001-03-21 | pt.c (instantiate_decl): Abort if we see a member constant instantiation that... | Jason Merrill | 11 | -128/+92 |
2001-03-21 | collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'. | Jason Merrill | 2 | -9/+5 |
2001-03-21 | * class.c (build_clone): Clear DECL_ASSEMBLER_NAME. | Mark Mitchell | 2 | -0/+3 |
2001-03-21 | mangle.c (mangle_decl_string): Mangle the names of overloaded operators, even... | Mark Mitchell | 2 | -0/+7 |
2001-03-19 | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 15 | -227/+161 |
2001-03-15 | Correct semantics restrictions checking in throw-expression. | Gabriel Dos Reis | 2 | -1/+40 |
2001-03-15 | decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__ and its ilk. | Mark Mitchell | 2 | -0/+6 |
2001-03-15 | varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME... | Mark Mitchell | 11 | -58/+49 |
2001-03-12 | call.c (convert_like_real): Add extra semantics to INNER parameter. | Nathan Sidwell | 2 | -3/+14 |
2001-03-10 | toplev.c (file_name_nondirectory): Remove. | Neil Booth | 4 | -9/+15 |
2001-03-09 | configure.in: Prune nonexistent files from build_xm_file, xm_file, and host_x... | Zack Weinberg | 2 | -5/+13 |