summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* toplev.h: Add comment about the first parameter for warning().DJ Delorie2005-07-191-1/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* libiberty.h (XOBFINISH): New.Gabriel Dos Reis2005-06-061-1/+1
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-4/+6
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-5/+5
* * c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.Kazu Hirata2005-04-171-6/+0
* builtin-attrs.def, [...]: Update copyright.Kazu Hirata2005-03-131-1/+2
* Index: libcpp/ChangeLogGeoffrey Keating2005-03-121-1/+1
* c-tree.h (struct c_declarator): New id_loc field.Per Bothner2005-03-111-2/+8
* c-lex.c (cb_def_pragma): Clean up code for making location palatable to diagn...Zack Weinberg2004-10-271-8/+8
* c-lex.c (get_nonpadding_token): Remove.Nathan Sidwell2004-10-261-71/+100
* c-lex.c (interpret_float): Give a pedwarn rather than a warning for an out-of...Joseph Myers2004-10-081-6/+6
* c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers2004-10-031-19/+19
* c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern2004-09-211-1/+10
* c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers2004-09-131-2/+2
* c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg2004-09-101-7/+7
* c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell2004-09-071-8/+7
* c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski2004-08-281-2/+1
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-4/+4
* flags.h (enum debug_info_type): Remove DWARF_DEBUG.Zack Weinberg2004-08-251-1/+1
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-12/+9
* c-lex.c (narrowest_unsigned_type, [...]): Take low/high pair.Nathan Sidwell2004-08-041-23/+35
* Makefile.in (C_PRAGMA_H): New variable to track dependencies of c-pragma.h.Bernardo Innocenti2004-07-261-2/+2
* basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti2004-07-261-2/+2
* bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti2004-07-251-1/+1
* c-decl.c (groktypename, [...]): Rename variable typename to type_name.Bernardo Innocenti2004-07-251-6/+6
* c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti2004-07-251-6/+6
* rtl.h (plus_constant): Delete.Zack Weinberg2004-07-201-1/+1
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-0/+21
* c-pragma.h (c_lex_string_translate): Change type to int.Alexandre Oliva2004-06-151-1/+28
* Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn2004-06-021-1/+0
* target-supports.exp (check-iconv-available): New function.Eric Christopher2004-02-271-3/+6
* Represent column numbers using line-map's source_location.Per Bothner2004-02-111-20/+18
* Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner2004-02-041-12/+1
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* c-lex.c (c_lex): Rename to...Giovanni Bajo2004-01-291-1/+9
* c-lex.c (fe_file_change): Handle a NULL new_map.Per Bothner2003-10-021-0/+6
* c-lex.c (src_line): Remove unneeded static variable.Per Bothner2003-10-011-9/+1
* c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.Alexandre Oliva2003-09-141-1/+4
* * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.Mike Stump2003-09-111-4/+2
* c.opt: Introduce -fworking-directory.Alexandre Oliva2003-08-051-0/+9
* c-common.c (allow_pch): Remove.Geoffrey Keating2003-07-291-0/+7
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-1/+1
* * c-lex.c (cb_ident): Cast cstr.text to const char *.Rainer Orth2003-07-091-1/+1
* cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg2003-07-051-63/+132
* c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth2003-06-301-1/+1
* c-lex.c: Convert to ISO C90.Andreas Jaeger2003-06-221-69/+40
* c-tree.h: Remove declaration of poplevel.Andreas Jaeger2003-06-191-3/+0
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-4/+4
* Makefile.in (c-lex.o, [...]): Update.Neil Booth2003-04-231-56/+27