aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)Author
2009-03-30svn merge -r144476:145289 svn+ssh://gcc.gnu.org/svn/gcc/trunkc-4_5-branchJoseph Myers
2008-09-16 PR c++/37532Jakub Jelinek
2008-08-202008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel Lopez-Ibanez
2008-08-182008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel Lopez-Ibanez
2008-07-25 * cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka
2008-07-15 PR objc++/36723Jason Merrill
2008-07-11./:Ian Lance Taylor
2008-06-22 * c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor
2008-06-21 * tree.h (enum tree_code): Include all-tree.def, not tree.def.Ian Lance Taylor
2008-04-18libcpp/ChangeLog:Kris Van Hees
2008-03-24 * lex.c (handle_pragma_interface): Don't copy the filename.Tom Tromey
2008-03-212008-03-21 Paolo Carlini <pcarlini@suse.de>Paolo Carlini
2008-03-022008-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org> Manuel Lopez-Ibanez
2008-02-29gccTom Tromey
2008-02-26gccTom Tromey
2007-11-12gcc/cpTom Tromey
2007-08-252007-08-25 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2007-08-22 PR c++/29365Jason Merrill
2007-08-02* typeck.c: Change copyright header to refer to version 3 of the GNU General Nick Clifton
2007-07-272007-07-27 Douglas Gregor <doug.gregor@gmail.com>Doug Gregor
2007-06-07gcc/Simon Martin
2007-03-30gcc/Paolo Carlini
2007-02-04 * class.c, cp-tree.h, decl.c, decl2.c, g++spec.c, init.c,Kazu Hirata
2007-01-252007-01-24 Douglas Gregor <dgregor@osl.iu.edu>Douglas Gregor
2006-11-212006-11-21 Douglas Gregor <doug.gregor@gmail.com>Doug Gregor
2006-09-07 PR c++/26195Zak Kipling
2006-02-13 * lex.c (parse_strconst_pragma): Return error_mark_node instead ofVolker Reichelt
2006-01-29 * call.c (alloc_conversion): Use cast when converting fromGabriel Dos Reis
2006-01-04libcpp/Richard Henderson
2005-12-02 * decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis
2005-11-26 * c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson
2005-06-25Update FSF address.Kelley Cook
2005-06-15Canonicalize whitespace.Mike Stump
2005-06-14Remove extra white spacing at end of lines.Mike Stump
2005-05-27 * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle
2005-05-17 Yet more Objective-C++...Mike Stump
2005-05-12./:Ian Lance Taylor
2005-05-03 * friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata
2005-05-02 PR c++/19542Michael Matz
2005-04-25./Ian Lance Taylor
2005-04-23* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie
2004-11-25 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qsJoseph Myers
2004-11-24 * cp-tree.h (context_as_string): Remove extern.Ben Elliston
2004-11-08 * class.c, decl.c, lex.c, name-lookup.c, parser.c, pt.c,Kazu Hirata
2004-10-05 Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis
2004-09-22 * cp-tree.h (struct lang_type_class): Remove marked flags, addNathan Sidwell
2004-09-212004-09-20 Matt Austern <austern@apple.com>Matt Austern
2004-09-20 * lex.c (cxx_init): Don't set the ridpointer for RID_NULLSteven Bosscher
2004-09-18 * tree-inline.c (copy_tree_r): Don't duplicate constants, they'reGeoffrey Keating
2004-09-17 PR c++/16002Mark Mitchell