aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-0/+17
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2007-01-25lex.c (D_CPP0X): Rename.Douglas Gregor1-3/+3
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-1/+4
2006-09-07re PR c++/26195 (pragma interface no longer handles explicit names)Zak Kipling1-2/+2
2006-02-13lex.c (parse_strconst_pragma): Return error_mark_node instead of "(tree)-1" t...Volker Reichelt1-6/+5
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis1-1/+1
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-1/+1
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-1/+1
2005-11-26c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson1-3/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-4/+4
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-4/+4
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle1-1/+1
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