summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* Augment stringification of trees.nathan1999-09-274-607/+880
* * cp-tree.h (expand_throw): Remove prototype.mmitchel1999-09-276-35/+44
* * decl.c (start_function): Set x_dont_save_pending_sizes rathermmitchel1999-09-263-17/+11
* * combine.c (gen_rtx_combine): Add missing call to va_end().ghazi1999-09-262-0/+5
* * dump.c (dequeue_and_dump): Handle RESULT_DECL.mmitchel1999-09-253-0/+15
* * cp-tree.h (check_return_expr): New function.mmitchel1999-09-255-184/+266
* * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.mmitchel1999-09-2411-36/+137
* Allow to distinguish between three classes of builtin functionscrux1999-09-242-8/+14
* * decl.c (pushdecl): Don't make local declarations of externmmitchel1999-09-242-20/+40
* * ir.texi: Improve documentation for TARGET_EXPRs. Discussmmitchel1999-09-242-3/+26
* * cp-tree.h (language_function): Add cannot_inline.mmitchel1999-09-244-19/+42
* * cp-tree.h (DECL_ANON_UNION_ELEMS): New macro.mmitchel1999-09-245-10/+35
* * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): New macro.loewis1999-09-233-93/+145
* * lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.jason1999-09-236-9/+27
* * ir.texi: Fix formatting errors and typos.loewis1999-09-232-11/+15
* * ir.texi: Document CLEANUP_STMT, SCOPE_STMT, and START_CATCH_STMT.mmitchel1999-09-232-4/+42
* * decl.c (pushdecl): Do create a binding for extern "C" functions,mmitchel1999-09-233-8/+24
* * decl.c (define_case_label): Don't crash if we're not in a switch.jason1999-09-224-22/+21
* * decl2.c (lang_decode_option): Accept and ignore -finit-priority.jason1999-09-222-0/+9
* * dump.c (dequeue_and_dump): Handle START_CATCH_STMT,mmitchel1999-09-212-0/+31
* * decl2.c (lang_decode_option): Adjust, in the wake of recentmmitchel1999-09-212-44/+36
* * typeck.c (get_member_function_from_ptrfunc): Allow extraction ofloewis1999-09-212-13/+34
* Replace string const "<internal>" with dynamic allocation.samuel1999-09-212-1/+17
* Reimplement dynamic cast and catch matching.nathan1999-09-217-107/+713
* Force check-in to ensure that it is up to date.mmitchel1999-09-211-1/+1
* * cp-tree.h (finish_stmt_expr): Change prototype.mmitchel1999-09-212-534/+532
* * cp-tree.h (finish_stmt_expr): Change prototype.oliva1999-09-211-15/+2
* * cp-tree.h (finish_stmt_expr): Change prototype.mmitchel1999-09-206-11/+17
* Remove support for assigning to `this'.mmitchel1999-09-2014-442/+333
* * parse.y (primary): Use build_functional_cast for CV_QUALIFIER.nathan1999-09-202-9/+7
* Add comment saying that lang_decode_options should not complain aboutnickc1999-09-202-1/+6
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-202-0/+5
* * ir.texi: New file.mmitchel1999-09-193-1/+1805
* * gxxint.texi: G++ now implements namespaces.mmitchel1999-09-194-8/+24
* * decl.c (layout_var_decl): Change prototype. Call layout_declmmitchel1999-09-183-19/+24
* * typeck.c (get_member_function_from_ptrfunc): Always considerloewis1999-09-182-57/+61
* Turn on function-at-a-time processing.mmitchel1999-09-1812-1244/+1324
* * cp-tree.h (language_function): Add x_eh_spec_try_block. Addmmitchel1999-09-174-5/+37
* * cp-tree.def (CLEANUP_STMT): Fix spelling in dumps.mmitchel1999-09-176-26/+143
* Revert call.c 1.173 change, do same effect, but more obviously.nathan1999-09-172-8/+11
* * decl.c (warn_extern_redeclared_static): Don't get confused bymmitchel1999-09-172-3/+22
* * call.c (perform_implicit_conversion): Deal with error_mark_node.nathan1999-09-172-1/+6
* * cp-tree.h (poplevel_class): Declare.mmitchel1999-09-178-4240/+4240
* revertjason1999-09-173-22/+5
* Add missing Changelog entry.gdr1999-09-171-0/+9
* 1999-09-17 Gabriel Dos Reis <gdr@codesourcery.com>gdr1999-09-172-26/+23
* * decl.c (saved_scope_p): New fn.jason1999-09-173-5/+22
* * lex.c (init_cpp_parse): Call xcalloc, not malloc/bzero.ghazi1999-09-163-7/+9
* Add missing ChangeLog entrymmitchel1999-09-161-0/+7
* * decl2.c (finish_file): Also call check_global_declarations forjason1999-09-162-1/+9