aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-23Makefile.in (c-lex.o, [...]): Update.Neil Booth1-5/+0
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher1-1/+8
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth1-8/+6
2003-02-14decl2.c: Include "timevar.h".Gabriel Dos Reis1-8/+11
2003-01-10Merge from pch-branch.Geoffrey Keating1-5/+1
2003-01-01c-pragma.c (c_register_pragma): New.Neil Booth1-19/+8
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-30parse.y: Remove.Mark Mitchell1-144/+2
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-248/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-15decl.c (reshape_init): Fix typo.Mark Mitchell1-1/+2
2002-10-14re PR c++/7176 (g++ confused by friend and static member with same name)Mark Mitchell1-2/+2
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth1-5/+0
2002-07-26c-common.h (RID_AND, [...]): Remove.Neil Booth1-27/+1
2002-07-10cp-tree.h (unqualified_name_lookup_error): Declare it.Mark Mitchell1-28/+36
2002-06-24cp-tree.h (SCALAR_TYPE_P): New macro.Mark Mitchell1-39/+2
2002-06-23parse.y (parse_scoped_id): New function.Mark Mitchell1-16/+2
2002-06-20c-parse.in (initelt: identifier ':' initval): Add an empty action to fix a ty...Akim Demaille1-6/+7
2002-06-15cp-tree.h (compiler_error): Remove declaration.Gabriel Dos Reis1-14/+0
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-1/+11
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-1/+0
2002-05-22decl.c (check_tag_decl): Handle RID_THREAD.Richard Henderson1-1/+2
2002-05-22re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth1-8/+1
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-0/+1
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-19/+0
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-3/+0
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+1
2002-03-29re PR c++/5998 (regression, all builtins disabled)Roger Sayle1-1/+2
2002-03-29Makefile.in (except.o): Update.Neil Booth1-2/+2
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-1/+0
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-0/+2
2002-03-20Makefile.in: Update.Neil Booth1-1/+0
2002-03-16re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell1-0/+3
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-42/+1
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-4/+3
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-2/+2
2002-02-04xref.c: Remove.Jason Merrill1-7/+0
2002-01-24Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts.Zack Weinberg1-1/+1
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-4/+4
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-0/+3
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-5/+5
2001-12-09lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and RID_TYPES_COMPATIBLE_P.Aldy Hernandez1-0/+2
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-9/+5
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth1-9/+2
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-18/+20
2001-11-09Makefile.in: Update.Neil Booth1-1/+1
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-9/+0