OSDN Git Service

* cp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.
[pf3gnuchains/gcc-fork.git] / gcc / cp / lex.c
1999-08-16 mmitchel * cp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.
1999-08-14 jason Speed up Koenig lookup.
1999-08-14 mmitchel * cp-tree.def (DECL_STMT): Make it smaller.
1999-08-13 gavinFor gcc:
1999-08-11 mmitchel * extend.texi (C++ Signatures): Remove node.
1999-08-11 loewis * lex.c (do_identifier): Remove unnecessary lookup...
1999-08-09 ghazi * decl.c: Remove redundant prototype for `print...
1999-08-07 ghazi * class.c (count_fields, add_fields_to_vec): Add stati...
1999-08-07 jason * decl.c (lookup_name_real): Set the complain flag...
1999-08-06 mmitchel * error.c (dump_expr): Handle EXACT_DIV_EXPR.
1999-08-03 jason * lex.c (yyprint): Handle PFUNCNAME.
1999-08-03 mmitchel * lex.c (errorcount, sorrycount): Don't declare.
1999-07-27 jason * method.c: Remove prototype for largest_union_member.
1999-07-26 jason * input.c (feed_input): Add file, line parms.
1999-07-24 jason * lex.c: Sync with C frontend.
1999-07-21 gavinFor gcc:
1999-07-20 jason * lang-specs.h (c++-cpp-output): Pass -fpreprocessed.
1999-07-20 crux * c-common.h: New file.
1999-07-09 jason * decl2.c (reparse_absdcl_as_casts): Don't warn about...
1999-07-06 brolley1999-07-05 Dave Brolley <brolley@cygnus.com>
1999-07-02 gavinFor gcc:
1999-07-01 gavin * lex.c (real_yylex) : Change integer literal overflow...
1999-07-01 gavinFor gcc:
1999-06-07 brolley1999-06-07 Dave Brolley <brolley@cygnus.com>
1999-05-30 mmitchel * lex.c (make_lang_type): Create TYPE_BINFO for
1999-05-24 mmitchel * decl.c (lookup_tag): Remove code no longer needed...
1999-04-22 mmitchel * cp-tree.h (lang_decl_flags): Remove returns_first_ar...
1999-04-22 mmitchel * gxx.gperf (RETURN): Rename to RETURN_KEYWORD to...
1999-04-16 jasontweak spelling
1999-04-14 mmitchel * cp-tree.h (popclass): Change declaration.
1999-04-02 mmitchel1999-04-02 Mark Mitchell <mark@codesourcery.com>
1999-03-30 jason * cp-tree.h (IDENTIFIER_AS_DESC, IDENTIFIER_AS_LIST,
1999-03-26 ghaziWarning fixes:
1999-03-25 jason * typeck.c (common_type): Handle cv-qual unification...
1999-03-15 ghazi * lex.c: Don't include setjmp.h.
1999-03-12 mmitchel * lex.c (do_identifier): Correct call to enforce_access.
1999-03-09 mmitchel * cp-tree.h (flag_access_control): Declare.
1999-02-05 jason * pt.c (unify): Call coerce_template_parms with the...
1999-01-14 jason * semantics.c (finish_asm_stmt): Don't warn about...
1999-01-06 mmitchel * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERAT...
1998-12-22 ghaziWarning fixes:
1998-12-16 mmitchel * class.c (resolve_address_of_overloaded_function...
1998-12-13 mmitchel * cp-tree.def (CPLUS_BINDING): Update documentation.
1998-12-12 jason * decl.c (grokdeclarator): Allow field with same name...
1998-12-09 brolleyWed Dec 9 15:33:01 1998 Dave Brolley <brolley@cygnus...
1998-12-07 brolleyMon Dec 7 17:56:06 1998 Mike Stump <mrs@wrs.com>
1998-12-07 jason * decl.c (build_typename_type): Set DECL_ARTIFICIAL.
1998-12-04 jason * lex.c (handle_cp_pragma): Disable #pragma interface...
1998-11-25 schwab * lex.c (make_lang_type): Clear the whole struct lang_...
1998-11-24 jason * lex.c (handle_generic_pragma): Use token_buffer.
1998-11-21 jason Handle specifying template args to member function...
1998-11-18 jason * search.c (get_abstract_virtuals): Complain about...
1998-11-17 mmitchel * cp-tree.h (TYPE_ALIAS_SET): Document language-depend...
1998-10-29 brolley1998-10-28 Zack Weinberg <zack@rabi.phys.columbia...
1998-10-27 jason * lex.c (do_identifier): Also generate LOOKUP_EXPR...
1998-10-23 mmitchel * cplus-dem.c (work_stuff): Replace const_type and...
1998-10-16 brolley1998-10-16 Dave Brolley <brolley@cygnus.com>
1998-10-03 mmitchel * class.c (current_class_ptr, current_class_ref):...
1998-10-01 nickcReplace occurances of HANDLE_SYSV_PRAGMA with HANDLE_GE...
1998-09-25 ghaziWarning fixes:
1998-09-24 bkoz
1998-09-21 law * lex.c (init_lex): Use getenv ("LANG"), not...
1998-09-07 jasonrevert error reporting patch
1998-09-06 mmitchel * cp-error.def: New file.
1998-09-02 nickcChange HANDLE_PRAGMA macro so that it will work with...
1998-09-01 jason * decl.c (lookup_name_real): Also do implicit typename...
1998-08-28 mmitchel * lex.c (do_identifier): Fix thinko in previous change.
1998-08-28 mmitchel * cp-tree.h (build_enumerator): Take the enumeration...
1998-08-27 jason * lex.c (handle_cp_pragma): Remove #pragma vtable.
1998-08-27 mmitchel * class.c (build_vbase_path): Use reverse_path.
1998-08-26 mmitchel * lex.c (do_identifier): Fix typo in comment.
1998-08-24 jason * lex.c (real_yylex): Don't warn about long...
1998-08-23 mmitchel * iomanip.h: Use __extension__ for `extern' explicit...
1998-08-19 mmitchel * cp-tree.h (ansi_null_node): New variable.
1998-08-17 jason * init.c (build_offset_ref): Don't mess with error_mar...
1998-08-06 mmitchel * cp-tree.h (ENUM_TEMPLATE_INFO): New macro.
1998-08-02 mmitchel * cp-tree.def (LOOKUP_EXPR): Document. Remove second...
1998-07-27 brolley1998-07-27 Dave Brolley <brolley@cygnus.com>
1998-07-20 brolley1998-07-20 Dave Brolley <brolley@cygnus.com>
1998-07-19 jason * lex.c (do_identifier): Look for class value even...
1998-07-16 jason * decl.c (qualify_lookup): New fn.
1998-07-16 jason * decl2.c (arg_assoc_class): Also look at template...
1998-07-12 jason * decl2.c (build_expr_from_tree): Change calls of...
1998-07-07 jason * decl.c (xref_tag): Handle attributes between 'class...
1998-06-10 brolleyIntegrate cpplib into the C++ front end.
1998-06-08 ghaziWarning fixes:
1998-06-07 rth * lex.c (lang_init_options): New function.
1998-05-28 jason * decl.c (start_decl): Always pedwarn about vacuously...
1998-05-26 brolley1998-05-26 Dave Brolley <brolley@cygnus.com>
1998-05-21 brolleyThu May 21 11:54:44 1998 Dave Brolley <brolley@cygnus...
1998-05-13 ghaziWarning patches:
1998-05-11 mmitchelMon May 11 07:16:30 1998 Mark Mitchell <mmitchell...
1998-05-08 jasonmassive namespace patch
1998-05-06 ghazi * error.c: Convert to using ctype macros define...
1998-05-06 robertlWed May 6 06:36:41 1998 Robert Lipe <robertl@dgii...
1998-04-17 law * tree.c (avoid_overlap): Add prototype.
1998-04-15 brolleyWed Apr 15 15:34:44 1998 Dave Brolley <brolley@cygnus...
1998-04-09 bkozd
1998-04-08 law * lex.c (finput): New variable.
1998-04-02 jason * cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused...
next