| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR c++/26099 (support for type traits is not available) | Paolo Carlini | 2007-03-30 | 1 | -0/+17 |
* | class.c, [...]: Follow spelling conventions. | Kazu Hirata | 2007-02-04 | 1 | -1/+1 |
* | lex.c (D_CPP0X): Rename. | Douglas Gregor | 2007-01-25 | 1 | -3/+3 |
* | cp-tree.def (STATIC_ASSERT): New. | Douglas Gregor | 2006-11-21 | 1 | -1/+4 |
* | re PR c++/26195 (pragma interface no longer handles explicit names) | Zak Kipling | 2006-09-07 | 1 | -2/+2 |
* | lex.c (parse_strconst_pragma): Return error_mark_node instead of "(tree)-1" t... | Volker Reichelt | 2006-02-13 | 1 | -6/+5 |
* | call.c (alloc_conversion): Use cast when converting from void *. | Gabriel Dos Reis | 2006-01-29 | 1 | -1/+1 |
* | directives.c (struct pragma_entry): Add is_deferred. | Richard Henderson | 2006-01-04 | 1 | -1/+1 |
* | decl2.c (get_priority_info): Use XNEW, not xmalloc. | Gabriel Dos Reis | 2005-12-02 | 1 | -1/+1 |
* | c-lex.c (pragma_lex): Rename from c_lex. | Richard Henderson | 2005-11-26 | 1 | -3/+3 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | Canonicalize whitespace. | Mike Stump | 2005-06-15 | 1 | -4/+4 |
* | Remove extra white spacing at end of lines. | Mike Stump | 2005-06-14 | 1 | -4/+4 |
* | cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | Roger Sayle | 2005-05-27 | 1 | -1/+1 |
* | Yet more Objective-C++... | Ziemowit Laski | 2005-05-17 | 1 | -0/+27 |
* | c-common.h (statement_code_p): Don't declare. | Ian Lance Taylor | 2005-05-12 | 1 | -2/+13 |
* | * friend.c, lex.c, mangle.c, repo.c: Update copyright. | Kazu Hirata | 2005-05-03 | 1 | -1/+1 |
* | re PR c++/19542 (attribute(sentinel) has problems with C++ __null) | Michael Matz | 2005-05-02 | 1 | -5/+0 |
* | c-common.def (EXPR_STMT): Remove, moved to C++ frontend. | Ian Lance Taylor | 2005-04-25 | 1 | -1/+0 |
* | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 2005-04-23 | 1 | -3/+3 |
* | darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic. | Joseph Myers | 2004-11-25 | 1 | -2/+2 |
* | cp-tree.h (context_as_string): Remove extern. | Ben Elliston | 2004-11-24 | 1 | -17/+0 |
* | class.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-11-08 | 1 | -1/+1 |
* | Convert diagnostics to use quoting flag q 4/n | Gabriel Dos Reis | 2004-10-05 | 1 | -4/+4 |
* | cp-tree.h (struct lang_type_class): Remove marked flags, add diamond_shaped a... | Nathan Sidwell | 2004-09-22 | 1 | -5/+0 |
* | c-common.c (fix_string_type): Build the unqualified array type unconditionall... | Matt Austern | 2004-09-21 | 1 | -16/+24 |
* | lex.c (cxx_init): Don't set the ridpointer for RID_NULL to null_node. | Steven Bosscher | 2004-09-20 | 1 | -1/+0 |
* | re PR pch/13361 (const wchar_t * strings not stored in pch) | Geoffrey Keating | 2004-09-18 | 1 | -2/+2 |
* | re PR c++/16002 (Strange error message with new parser) | Mark Mitchell | 2004-09-17 | 1 | -0/+3 |
* | c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h. | Zack Weinberg | 2004-09-10 | 1 | -31/+9 |
* | defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default. | Zack Weinberg | 2004-09-09 | 1 | -3/+3 |
* | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 2004-08-30 | 1 | -2/+3 |
* | re PR c++/17155 (Another link problem with function-local classes) | Mark Mitchell | 2004-08-25 | 1 | -0/+5 |
* | tree.h (TYPE_CACHED_VALUES_P): New. | Nathan Sidwell | 2004-08-19 | 1 | -2/+4 |
* | tree.h (build_int_cst): New. | Nathan Sidwell | 2004-08-15 | 1 | -2/+1 |
* | c-common.h (lang_post_pch_load): New variable. | Mark Mitchell | 2004-07-29 | 1 | -1/+12 |
* | cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW. | Gabriel Dos Reis | 2004-07-25 | 1 | -6/+4 |
* | lex.c (cxx_make_type): Remove call to get_pointer_type. | Mark Mitchell | 2004-07-15 | 1 | -5/+0 |
* | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 2004-07-12 | 1 | -2/+0 |
* | expr.c (expand_expr_real_1): Fix formating. | Andrew Pinski | 2004-07-07 | 1 | -1/+0 |
* | Conditionally compile support for --enable-mapped_location. | Per Bothner | 2004-06-30 | 1 | -1/+5 |
* | friend.c (add_friend): Only perform access checks when context is a class. | Nathan Sidwell | 2004-06-28 | 1 | -9/+2 |
* | Make-lang.in (cp/lex.o): Do not depend on cp/lex.h. | Mark Mitchell | 2004-06-24 | 1 | -1/+0 |
* | cp-tree.def (NEW_EXPR): Add a fourth slot. | Mark Mitchell | 2004-06-22 | 1 | -56/+0 |
* | revert: re PR c++/15815 (Update #pragma interface and #pragma implementation ... | Mark Mitchell | 2004-06-09 | 1 | -6/+0 |
* | re PR c++/15815 (Update #pragma interface and #pragma implementation document... | Mark Mitchell | 2004-06-07 | 1 | -0/+6 |
* | c-parse.in (OFFSETOF, [...]): New. | Richard Henderson | 2004-06-01 | 1 | -2/+1 |
* | re PR c++/14401 (Uninitialized reference error not reported.) | Mark Mitchell | 2004-03-09 | 1 | -16/+8 |
* | re PR c++/14324 (Multiple static definitions are not unique) | Mark Mitchell | 2004-03-01 | 1 | -1/+2 |
* | re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari... | Rainer Orth | 2004-02-05 | 1 | -2/+2 |