]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/lex.c
cp-tree.def (STATIC_ASSERT): New.
[thirdparty/gcc.git] / gcc / cp / lex.c
2006-11-21  Douglas Gregorcp-tree.def (STATIC_ASSERT): New.
2006-09-07  Zak Kiplingre PR c++/26195 (pragma interface no longer handles...
2006-02-13  Volker Reicheltlex.c (parse_strconst_pragma): Return error_mark_node...
2006-01-29  Gabriel Dos Reiscall.c (alloc_conversion): Use cast when converting...
2006-01-04  Richard Hendersondirectives.c (struct pragma_entry): Add is_deferred.
2005-12-02  Gabriel Dos Reisdecl2.c (get_priority_info): Use XNEW, not xmalloc.
2005-11-26  Richard Hendersonc-lex.c (pragma_lex): Rename from c_lex.
2005-06-25  Kelley CookUpdate FSF address.
2005-06-15  Mike StumpCanonicalize whitespace.
2005-06-14  Mike StumpRemove extra white spacing at end of lines.
2005-05-27  Roger Saylecp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
2005-05-17  Ziemowit LaskiYet more Objective-C++...
2005-05-12  Ian Lance Taylorc-common.h (statement_code_p): Don't declare.
2005-05-03  Kazu Hirata* friend.c, lex.c, mangle.c, repo.c: Update copyright.
2005-05-02  Michael Matzre PR c++/19542 (attribute(sentinel) has problems with...
2005-04-25  Ian Lance Taylorc-common.def (EXPR_STMT): Remove, moved to C++ frontend.
2005-04-23  DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2004-11-25  Joseph Myersdarwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead...
2004-11-24  Ben Ellistoncp-tree.h (context_as_string): Remove extern.
2004-11-08  Kazu Hirataclass.c, [...]: Fix comment formatting.
2004-10-05  Gabriel Dos ReisConvert diagnostics to use quoting flag q 4/n
2004-09-22  Nathan Sidwellcp-tree.h (struct lang_type_class): Remove marked flags...
2004-09-21  Matt Austernc-common.c (fix_string_type): Build the unqualified...
2004-09-20  Steven Bosscherlex.c (cxx_init): Don't set the ridpointer for RID_NULL...
2004-09-18  Geoffrey Keatingre PR pch/13361 (const wchar_t * strings not stored...
2004-09-17  Mark Mitchellre PR c++/16002 (Strange error message with new parser)
2004-09-10  Zack Weinbergc-common.h (struct c_fileinfo): Comment moved here...
2004-09-09  Zack Weinbergdefaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.
2004-08-30  Nathan Sidwellcall.c (check_dtor_name): Replace abort with gcc_assert...
2004-08-25  Mark Mitchellre PR c++/17155 (Another link problem with function...
2004-08-19  Nathan Sidwelltree.h (TYPE_CACHED_VALUES_P): New.
2004-08-15  Nathan Sidwelltree.h (build_int_cst): New.
2004-07-29  Mark Mitchellc-common.h (lang_post_pch_load): New variable.
2004-07-25  Gabriel Dos Reiscp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.
2004-07-15  Mark Mitchelllex.c (cxx_make_type): Remove call to get_pointer_type.
2004-07-12  Nathan Sidwellcall.c (build_user_type_conversion_1, [...]): Pass...
2004-07-07  Andrew Pinskiexpr.c (expand_expr_real_1): Fix formating.
2004-06-30  Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-28  Nathan Sidwellfriend.c (add_friend): Only perform access checks when...
2004-06-24  Mark MitchellMake-lang.in (cp/lex.o): Do not depend on cp/lex.h.
2004-06-22  Mark Mitchellcp-tree.def (NEW_EXPR): Add a fourth slot.
2004-06-09  Mark Mitchellrevert: re PR c++/15815 (Update #pragma interface and...
2004-06-07  Mark Mitchellre PR c++/15815 (Update #pragma interface and #pragma...
2004-06-01  Richard Hendersonc-parse.in (OFFSETOF, [...]): New.
2004-03-09  Mark Mitchellre PR c++/14401 (Uninitialized reference error not...
2004-03-01  Mark Mitchellre PR c++/14324 (Multiple static definitions are not...
2004-02-05  Rainer Orthre PR target/13750 (Ada bootstrap failure on Tru64...
2004-01-16  Geoffrey KeatingIndex: ChangeLog
2003-12-22  Mark Mitchellre PR c++/12862 (Conflicts Between typedefs/enums and...
2003-12-22  Mark Mitchellre PR c++/13438 (internal compiler error: tree check...
2003-12-19  Kazu Hiratacvt.c: Remove uses of "register" specifier in declarati...
2003-12-16  Mark Mitchellre PR c++/13275 (Implementation of offsetof macro)
2003-12-02  Richard Hendersonname-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.
2003-09-18  Roger Sayletree.def (FFS_EXPR, [...]): Delete unused tree codes.
2003-09-01  Josef Zlomekc-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
2003-08-12  Mark Mitchellre PR c++/11703 (Problem with using enum in placement...
2003-07-22  Wolfgang Bangerthlex.c (unqualified_fn_lookup_error): Mention that the...
2003-07-19  Kaveh R. Ghazifixfixes.c [...]: Remove unnecessary casts.
2003-07-16  Mark Mitchellcp-tree.def (LOOKUP_EXPR): Remove.
2003-07-14  Dan Nicolaescu* lex.c (enum tree_node_kind): Delete.
2003-07-14  Mark Mitchellre PR c++/11493 (tree check ICE in error.c)
2003-07-07  Michael Chastainre PR debug/10055 (g++ emits "<internal>" as source...
2003-06-30  Neil Boothc-common.c (enum c_language_kind, flag_objc): Remove.
2003-06-24  Nathan Sidwellcall.c (enforce_access): Assert we get a binfo.
2003-06-13  Nathanael Nerode* lex.c: Convert to ISO C.
2003-06-07  Neil BoothMakefile.in (OJBS, c-opts.o): Update.
2003-05-10  Kriang Lerdsuwanakijre PR c++/9252 ([New parser] Errors due to legally...
2003-04-23  Neil BoothMakefile.in (c-lex.o, [...]): Update.
2003-04-10  Steven Bosscherc-common.h (lang_statement_code_p): Remove declaration.
2003-03-08  Neil Boothc-common.h (c_common_init, [...]): Update.
2003-02-14  Gabriel Dos Reisdecl2.c: Include "timevar.h".
2003-01-10  Geoffrey KeatingMerge from pch-branch.
2003-01-01  Neil Boothc-pragma.c (c_register_pragma): New.
2003-01-01  Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-30  Mark Mitchellparse.y: Remove.
2002-12-28  Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-10-15  Mark Mitchelldecl.c (reshape_init): Fix typo.
2002-10-14  Mark Mitchellre PR c++/7176 (g++ confused by friend and static membe...
2002-09-21  Kazu HirataChangeLog: Follow spelling conventions.
2002-09-14  Kazu Hirataerror.c: Fix comment formatting.
2002-08-01  Neil Boothc-common.c: Define all C/ObjC/C++ warning and flag...
2002-07-26  Neil Boothc-common.h (RID_AND, [...]): Remove.
2002-07-10  Mark Mitchellcp-tree.h (unqualified_name_lookup_error): Declare it.
2002-06-24  Mark Mitchellcp-tree.h (SCALAR_TYPE_P): New macro.
2002-06-23  Mark Mitchellparse.y (parse_scoped_id): New function.
2002-06-20  Akim Demaillec-parse.in (initelt: identifier ':' initval): Add an...
2002-06-15  Gabriel Dos Reiscp-tree.h (compiler_error): Remove declaration.
2002-06-04  Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-25  Neil BoothMakefile.in (C_COMMON_H): Fix.
2002-05-22  Richard Hendersondecl.c (check_tag_decl): Handle RID_THREAD.
2002-05-22  Neil Boothre PR preprocessor/6517 (gcc hangs on C compile with...
2002-05-22  Richard Hendersonc-common.h (enum rid): Add RID_THREAD.
2002-04-25  Neil Boothc-common.h (c_common_parse_file): Update.
2002-03-31  Neil Boothc-common.c (c_unsafe_for_reeval): Rename.
2002-03-29  Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-29  Roger Saylere PR c++/5998 (regression, all builtins disabled)
2002-03-29  Neil BoothMakefile.in (except.o): Update.
2002-03-27  Neil Boothc-common.c (c_expand_expr): Fix prototype.
2002-03-24  Neil BoothRemoval of separate preprocessor cpp0.
next