aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-3/+4
2001-05-13except.c (choose_personality_routine): Export.Zack Weinberg1-0/+15
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-0/+7
2001-04-19cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell1-3/+3
2001-04-12cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill1-1/+1
2001-04-04cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell1-3/+3
2001-03-21pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill1-6/+2
2001-03-10toplev.c (file_name_nondirectory): Remove.Neil Booth1-6/+2
2001-02-12Remove old ABI support.Mark Mitchell1-1/+1
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-7/+7
2001-01-14c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth1-0/+1
2001-01-13c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.Neil Booth1-1/+1
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-2/+5
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-5/+18
2001-01-03c-common.c (c_common_lang_init): New function.Joseph Myers1-4/+2
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-13/+11
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-1/+1
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-34/+7
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