summaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
Commit message (Expand)AuthorAgeFilesLines
* * decl.c (start_cleanup_fn): Mark the function as `inline'.mmitchel2000-07-271-1/+0
* Kill strict_prototype. Backwards compatibility only fornathan2000-07-251-24/+5
* * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.mmitchel2000-06-301-7/+4
* * c-common.c (c_tree_code_type): New array.chelf2000-06-171-12/+10
* * cp-tree.h (struct language_function): Remove x_base_init_listmmitchel2000-06-161-7/+0
* * c-common.h (IF_COND): Moved here from cp/cp-tree.h.chelf2000-06-141-0/+3
* toplevel:zack2000-06-091-1/+1
* revert mangling patchjason2000-06-091-3/+3
* 2000-06-09 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-06-091-2/+2
* * invoke.texi: Remove documentation for -fsquangle andmmitchel2000-06-081-3/+3
* 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-06-061-1/+1
* * search.c (maybe_suppress_debug_info): Don't checkjason2000-06-061-2/+2
* * cp-tree.h (DECL_ANTICIPATED): New macro.zack2000-05-301-3/+13
* 2000-05-27 Alex Samuel <samuel@codesourcery.com>mmitchel2000-05-281-282/+78
* 2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-05-141-0/+4
* top level:zack2000-05-091-12/+12
* hangeLog:samuel2000-04-281-15/+4
* * cp-tree.h (lang_decl): Remove pretty_function_p.mmitchel2000-04-241-2/+1
* * cccp.c, cexp.y, cexp.c, cccp.1: Removed.zack2000-04-181-1/+1
* * cp-tre.h (finish_function): Change prototype.mmitchel2000-04-111-0/+13
* * invoke.texi (-fno-gnu-keywords): Remove classof, headof,loewis2000-04-101-6/+0
* * cp-tree.h (struct lang_decl): Remove main_decl_variant.mmitchel2000-04-101-3/+0
* * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.mmitchel2000-04-091-136/+0
* * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.mmitchel2000-04-061-1/+1
* * c-convert.c (convert): Return if output or input type is ERROR_MARK.kenner2000-03-271-1/+2
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-3/+3
* 2000-03-11 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-03-121-4/+2
* Add initial support for '\uNNNN' specifier.jason2000-03-081-5/+412
* * tree.h (TYPE_ALIGN_UNIT): New macro.mmitchel2000-03-031-1/+1
* * builtins.c (c_strlen): Use size_diffop and return ssizetype value.kenner2000-02-271-1/+1
* * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.mmitchel2000-02-271-1/+3
* Fix copyrightslaw2000-02-261-1/+2
* * lex.c (check_newline): Use push_srcloc and pop_srcloc, rathermmitchel2000-02-251-34/+20
* Refer to the standard as an ISO document, not an ANSI one.loewis2000-02-221-10/+10
* 2000-02-17 Mark Mitchell <mark@codesourcery.com>mmitchel2000-02-171-0/+2
* Make DECL_CONTEXT mean the class in which a member function wasmmitchel2000-02-161-3/+3
* * cp-tree.h (struct saved_scope): Add incomplete field.jason2000-02-071-6/+1
* * call.c: PROTO -> PARAMS.ghazi2000-01-261-34/+34
* 2000-01-11 Mumit Khan <khan@xraylith.wisc.edu>khan2000-01-121-4/+0
* Update copyrights for last checkin.ghazi2000-01-111-1/+1
* * Makefile.in (optabs.o): Depend on real.hghazi2000-01-101-0/+1
* * class.c (handle_using_decl): Get TYPE_FIELDS and TYPE_METHODSmmitchel1999-12-161-3/+0
* * cp-tree.h (make_aggr_type): Declare.rth1999-12-151-2/+12
* 1999-12-13 Mumit Khan <khan@xraylith.wisc.edu>khan1999-12-141-2/+10
* * class.c (get_vtable_name): Use a literal format string andghazi1999-12-111-14/+11
* * cp-tree.h (min_tree_cons): Remove.mmitchel1999-12-011-3/+0
* 1999-11-25 Mark Mitchell <mark@codesourcery.com>mmitchel1999-11-251-3/+3
* * decl.c (pushdecl, grokdeclarator): Don't call a variadicghazi1999-11-231-4/+4
* * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.mmitchel1999-11-141-24/+2
* * lex.c (yylex): Accept 'f' in mantissa of hex float constant.law1999-10-311-1/+3