aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-1/+1
2000-11-20lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.Nathan Sidwell1-1/+1
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-31/+2
2000-11-17stringpool.c: New file.Zack Weinberg1-2/+2
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-1/+1
2000-11-09decl.c (init_decl_processing): Change definition of __wchar_t to wchar_t.Eric Christopher1-27/+27
2000-11-09lex.c (do_identifier): Don't lookup_name for operators.Nathan Sidwell1-1/+1
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers1-1/+1
2000-11-02c-lex.c (init_c_lex): Update cpp_start_read call.Zack Weinberg1-1/+1
2000-10-13Remove obstacks.Mark Mitchell1-1/+1
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-2/+2
2000-09-15c-parse.in (reswords): Add _Complex.Joseph Myers1-0/+1
2000-09-07c-common.h (prep_stmt): Declare.Mark Mitchell1-1/+1
2000-09-07Integrated preprocessor.Zack Weinberg1-3652/+447
2000-08-28[multiple changes]Jason Merrill1-15/+0
2000-08-21diagnostic.c (context_as_prefix): Export.Gabriel Dos Reis1-2/+3
2000-07-27decl.c (start_cleanup_fn): Mark the function as `inline'.Mark Mitchell1-1/+0
2000-07-25Kill strict_prototype.Nathan Sidwell1-24/+5
2000-06-30Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.Mark Mitchell1-7/+4
2000-06-16c-common.c (c_tree_code_type): New array.Benjamin Chelf1-12/+10
2000-06-16cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in...Mark Mitchell1-7/+0
2000-06-14c-common.h (IF_COND): Moved here from cp/cp-tree.h.Benjamin Chelf1-0/+3
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-1/+1
2000-06-09revert mangling patchJason Merrill1-3/+3
2000-06-09lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @' whenever @ is a symb...Gabriel Dos Reis1-2/+2
2000-06-08invoke.texi: Remove documentation for -fsquangle and -fname-mangling-version.Mark Mitchell1-3/+3
2000-06-06diagnostic.c (output_maximum_width): Remove.Gabriel Dos Reis1-1/+1
2000-06-05search.c (maybe_suppress_debug_info): Don't check CLASSTYPE_INTERFACE_ONLY if...Jason Merrill1-2/+2
2000-05-30cp-tree.h (DECL_ANTICIPATED): New macro.Zack Weinberg1-3/+13
2000-05-28cp-tree.h (ansi_opname): Make it a macro.Alex Samuel1-282/+78
2000-05-14diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.Gabriel Dos Reis1-0/+4
2000-05-09top level:Zack Weinberg1-12/+12
2000-04-28Makefile.in (OBJS): Add timevar.o.Alex Samuel1-15/+4
2000-04-24cp-tree.h (lang_decl): Remove pretty_function_p.Mark Mitchell1-2/+1
2000-04-18cccp.c, [...]: Removed.Zack Weinberg1-1/+1
2000-04-11cp-tre.h (finish_function): Change prototype.Mark Mitchell1-0/+13
2000-04-10invoke.texi (-fno-gnu-keywords): Remove classof, headof, __classof__, and __h...Martin v. Löwis1-6/+0
2000-04-10cp-tree.h (struct lang_decl): Remove main_decl_variant.Mark Mitchell1-3/+0
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.Mark Mitchell1-136/+0
2000-04-06cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.Mark Mitchell1-1/+1
2000-03-26c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner1-1/+2
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-3/+3
2000-03-12lex.c (whitespace_cr): Compress consecutive calls to warning().Gabriel Dos Reis1-4/+2
2000-03-08Add initial support for '\uNNNN' specifier.Jason Merrill1-5/+412
2000-03-03* tree.h (TYPE_ALIGN_UNIT): New macro.Mark Mitchell1-1/+1
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-1/+1
2000-02-27cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.Mark Mitchell1-1/+3
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-25lex.c (check_newline): Use push_srcloc and pop_srcloc, rather than duplicatin...Mark Mitchell1-34/+20
2000-02-22Refer to the standard as an ISO document, not an ANSI one.Martin v. Löwis1-10/+10