summaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * decl.c (push_overloaded_decl_1): Use pushdecl.mmitchel1999-10-251-12/+3
* * lex.c (lang_init_options): Set flag_bounds_check as "unspecified".gkm1999-10-161-0/+6
* * cp-tree.h (cp_make_lake_type): Renamed from make_lang_type.mmitchel1999-10-081-1/+1
* * tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check formmitchel1999-10-031-1/+1
* * combine.c (gen_rtx_combine): Add missing call to va_end().ghazi1999-09-261-0/+1
* * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.mmitchel1999-09-241-0/+1
* * lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.jason1999-09-231-7/+2
* Replace string const "<internal>" with dynamic allocation.samuel1999-09-211-1/+10
* * cp-tree.def (CLEANUP_STMT): Fix spelling in dumps.mmitchel1999-09-171-0/+2
* * lex.c (init_cpp_parse): Call xcalloc, not malloc/bzero.ghazi1999-09-161-4/+2
* * lex.c (cp_pragma_implementation): Allow #pragma implementationjason1999-09-161-39/+17
* * lex.c (mark_impl_file_chain): Follow the next chain.rth1999-09-151-2/+5
* * lex.c (cp_pragma_interface, cp_pragma_implementation): Copymmitchel1999-09-151-3/+3
* * decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.mmitchel1999-09-121-8/+1
* * decl.c (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.mmitchel1999-09-091-1/+1
* Reorganize per-function data.mmitchel1999-09-091-2/+0
* * cp-tree.h (scratch_tree_cons): Remove.mmitchel1999-09-091-3/+3
* * cp-tree.h (lang_decl_flags): Remove permanent_attr.mmitchel1999-09-091-34/+5
* * Makefile.in (tree.o): Depend on ggc.h.mmitchel1999-09-071-43/+50
* Get ready for garbage collection.mmitchel1999-09-061-12/+20
* * Makefile.in (CXX_TREE_H): Include function.h.mmitchel1999-09-041-2/+2
* * gxx.gperf (hash, is_reserved_word): Add prototypes.ghazi1999-09-021-14/+16
* * cp-tree.h (build_lang_field_decl): Remove.mmitchel1999-08-181-35/+25
* * cp-tree.h (CALL_DECLARATOR_PARMS): New macro.mmitchel1999-08-171-4/+11
* * cp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.mmitchel1999-08-161-1/+5
* Speed up Koenig lookup.jason1999-08-141-3/+6