aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)Author
1999-12-16 * class.c (handle_using_decl): Get TYPE_FIELDS and TYPE_METHODSMark Mitchell
1999-12-15 * cp-tree.h (make_aggr_type): Declare.Richard Henderson
1999-12-141999-12-13 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
1999-12-11 * class.c (get_vtable_name): Use a literal format string andKaveh Ghazi
1999-12-01 * cp-tree.h (min_tree_cons): Remove.Mark Mitchell
1999-11-251999-11-25 Mark Mitchell <mark@codesourcery.com>Mark Mitchell
1999-11-23 * decl.c (pushdecl, grokdeclarator): Don't call a variadicKaveh Ghazi
1999-11-14 * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell
1999-10-31 * lex.c (yylex): Accept 'f' in mantissa of hex float constant.Stephen L Moshier
1999-10-25 * decl.c (push_overloaded_decl_1): Use pushdecl.Mark Mitchell
1999-10-16* lex.c (lang_init_options): Set flag_bounds_check as "unspecified".Greg McGary
1999-10-08 * cp-tree.h (cp_make_lake_type): Renamed from make_lang_type.Mark Mitchell
1999-10-03 * tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check forMark Mitchell
1999-09-26 * combine.c (gen_rtx_combine): Add missing call to va_end().Kaveh Ghazi
1999-09-24 * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.Mark Mitchell
1999-09-23 * lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.Jason Merrill
1999-09-21 Replace string const "<internal>" with dynamic allocation.Alex Samuel
1999-09-17 * cp-tree.def (CLEANUP_STMT): Fix spelling in dumps.Mark Mitchell
1999-09-16 * lex.c (init_cpp_parse): Call xcalloc, not malloc/bzero.Kaveh Ghazi
1999-09-16 * lex.c (cp_pragma_implementation): Allow #pragma implementationJason Merrill
1999-09-15 * lex.c (mark_impl_file_chain): Follow the next chain.Richard Henderson
1999-09-15 * lex.c (cp_pragma_interface, cp_pragma_implementation): CopyAlexandre Oliva
1999-09-12 * decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.Mark Mitchell
1999-09-09 * decl.c (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.Mark Mitchell
1999-09-09 Reorganize per-function data.Mark Mitchell
1999-09-09 * cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell
1999-09-09 * cp-tree.h (lang_decl_flags): Remove permanent_attr.Mark Mitchell
1999-09-07 * Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell
1999-09-06 Get ready for garbage collection.Mark Mitchell
1999-09-04 * Makefile.in (CXX_TREE_H): Include function.h.Mark Mitchell
1999-09-02 * gxx.gperf (hash, is_reserved_word): Add prototypes.Kaveh Ghazi
1999-08-18 * cp-tree.h (build_lang_field_decl): Remove.Mark Mitchell
1999-08-17 * cp-tree.h (CALL_DECLARATOR_PARMS): New macro.Mark Mitchell
1999-08-16 * cp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.Mark Mitchell
1999-08-14 Speed up Koenig lookup.Jason Merrill
1999-08-14 * cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell
1999-08-13For gcc:Gavin Romig-Koch
1999-08-11 * extend.texi (C++ Signatures): Remove node.Mark Mitchell
1999-08-11 * lex.c (do_identifier): Remove unnecessary lookup of class field.Martin v. Loewis
1999-08-09 * decl.c: Remove redundant prototype for `print_error_function'.Kaveh Ghazi
1999-08-07 * class.c (count_fields, add_fields_to_vec): Add static prototype.Kaveh Ghazi
1999-08-07 * decl.c (lookup_name_real): Set the complain flag if we'reJason Merrill
1999-08-06 * error.c (dump_expr): Handle EXACT_DIV_EXPR.Mark Mitchell
1999-08-03 * lex.c (yyprint): Handle PFUNCNAME.Jason Merrill
1999-08-03 * lex.c (errorcount, sorrycount): Don't declare.Mark Mitchell
1999-07-27 * method.c: Remove prototype for largest_union_member.Jason Merrill
1999-07-26 * input.c (feed_input): Add file, line parms.Jason Merrill
1999-07-24 * lex.c: Sync with C frontend.Jason Merrill
1999-07-21For gcc:Gavin Romig-Koch
1999-07-20 * lang-specs.h (c++-cpp-output): Pass -fpreprocessed.Jason Merrill