aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-17Yet more Objective-C++...Ziemowit Laski1-0/+27
2005-05-12c-common.h (statement_code_p): Don't declare.Ian Lance Taylor1-2/+13
2005-05-03* friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata1-1/+1
2005-05-02re PR c++/19542 (attribute(sentinel) has problems with C++ __null)Michael Matz1-5/+0
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-1/+0
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-3/+3
2004-11-25darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers1-2/+2
2004-11-24cp-tree.h (context_as_string): Remove extern.Ben Elliston1-17/+0
2004-11-08class.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-05Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis1-4/+4
2004-09-22cp-tree.h (struct lang_type_class): Remove marked flags, add diamond_shaped a...Nathan Sidwell1-5/+0
2004-09-21c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern1-16/+24
2004-09-20lex.c (cxx_init): Don't set the ridpointer for RID_NULL to null_node.Steven Bosscher1-1/+0
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating1-2/+2
2004-09-17re PR c++/16002 (Strange error message with new parser)Mark Mitchell1-0/+3
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-31/+9
2004-09-09defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.Zack Weinberg1-3/+3
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-2/+3
2004-08-25re PR c++/17155 (Another link problem with function-local classes)Mark Mitchell1-0/+5
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-2/+4
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+1
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-1/+12
2004-07-25cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis1-6/+4
2004-07-15lex.c (cxx_make_type): Remove call to get_pointer_type.Mark Mitchell1-5/+0
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-2/+0
2004-07-07expr.c (expand_expr_real_1): Fix formating.Andrew Pinski1-1/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+5
2004-06-28friend.c (add_friend): Only perform access checks when context is a class.Nathan Sidwell1-9/+2
2004-06-24Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.Mark Mitchell1-1/+0
2004-06-22cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell1-56/+0
2004-06-09revert: re PR c++/15815 (Update #pragma interface and #pragma implementation ...Mark Mitchell1-6/+0
2004-06-07re PR c++/15815 (Update #pragma interface and #pragma implementation document...Mark Mitchell1-0/+6
2004-06-01c-parse.in (OFFSETOF, [...]): New.Richard Henderson1-2/+1
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell1-16/+8
2004-03-01re PR c++/14324 (Multiple static definitions are not unique)Mark Mitchell1-1/+2
2004-02-05re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth1-2/+2
2004-01-16Index: ChangeLogGeoffrey Keating1-3/+3
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell1-11/+2
2003-12-22re PR c++/13438 (internal compiler error: tree check: expected identifier_nod...Mark Mitchell1-15/+1
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-1/+1
2003-12-16re PR c++/13275 (Implementation of offsetof macro)Mark Mitchell1-0/+2
2003-12-02name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.Richard Henderson1-1/+1
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-1/+0
2003-09-01c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek1-1/+0
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-22/+0
2003-07-22lex.c (unqualified_fn_lookup_error): Mention that the error message needs to ...Wolfgang Bangerth1-2/+8
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+6
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-5/+4
2003-07-14* lex.c (enum tree_node_kind): Delete.Dan Nicolaescu1-29/+0
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-170/+28