summaryrefslogtreecommitdiff
path: root/gcc/line-map.h
Commit message (Expand)AuthorAgeFilesLines
* Represent column numbers using line-map's source_location.Per Bothner2004-02-111-18/+78
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* Implement a cache for linemap_lookup.Per Bothner2004-01-191-0/+2
* line-map.h (source_location): New typedef.Per Bothner2003-12-051-6/+8
* c-common.c: Fix comment formatting.Kazu Hirata2003-08-191-2/+2
* line-map.h (fileline): New typedef.Per Bothner2003-08-061-4/+8
* cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".Geoffrey Keating2003-07-301-2/+5
* hashtable.c (approx_sqrt): Make static.Zack Weinberg2003-07-221-6/+7
* * line-map.c, line-map.h: Convert to ISO prototypes.Neil Booth2003-06-201-10/+7
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* cppfiles.c (stack_include_file): line-map.c now handles include depth.Neil Booth2001-08-211-0/+3
* cppfiles.c (stack_include_file): Don't handle -H here.Neil Booth2001-08-211-0/+3
* c-lex.c (map): Make const.Neil Booth2001-08-111-13/+20
* cpplib.h, line-map.h: Update comments.Neil Booth2001-08-071-1/+2
* cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth2001-08-061-0/+14
* re PR preprocessor/3824 (With -traditional, CPP 0xffffffff > 0 but C 0xffffff...Neil Booth2001-08-051-3/+8
* re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth2001-08-051-1/+4
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth2001-08-041-2/+5
* line-map.c: New.Neil Booth2001-08-021-0/+80