summaryrefslogtreecommitdiff
path: root/gcc/line-map.h
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog:bonzini2004-05-241-182/+0
* * line-map.h (struct line_maps): New field highest_line.bothner2004-04-231-26/+20
* * cpphash.h (struct cpp_buffer): Restore return_at_eof field. Thisbothner2004-02-181-1/+1
* * c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c,kazu2004-02-161-8/+8
* Represent column numbers using line-map's source_location.bothner2004-02-111-18/+78
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* Implement a cache for linemap_lookup.bothner2004-01-201-0/+2
* * line-map.h (source_location): New typedef.bothner2003-12-051-6/+8
* * c-common.c: Fix comment formatting.kazu2003-08-191-2/+2
* * line-map.h (fileline): New typedef.bothner2003-08-061-4/+8
* * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".geoffk2003-07-301-2/+5
* * hashtable.c (approx_sqrt): Make static.zack2003-07-221-6/+7
* * line-map.c, line-map.h: Convert to ISO prototypes.neil2003-06-201-10/+7
* * dbxout.c: Follow spelling conventions.kazu2002-09-221-1/+1
* * cppfiles.c (stack_include_file): line-map.c now handles includeneil2001-08-211-0/+3
* * cppfiles.c (stack_include_file): Don't handle -H here.neil2001-08-211-0/+3
* * c-lex.c (map): Make const.neil2001-08-111-13/+20
* * cpplib.h, line-map.h: Update comments.neil2001-08-071-1/+2
* * cpperror.c (print_containing_files): Moved to line-map.c.neil2001-08-061-0/+14
* PR preprocessor/3824neil2001-08-051-3/+8
* PR preprocessor/3081neil2001-08-051-1/+4
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-2/+5
* * line-map.c: New.neil2001-08-021-0/+80