aboutsummaryrefslogtreecommitdiff
path: root/gcc/line-map.h
AgeCommit message (Expand)AuthorFilesLines
2004-02-18re PR preprocessor/14103 (ICEs on "gcc -E -imacros foo.h baz.c")Per Bothner1-1/+1
2004-02-16c-decl.c, [...]: Fix comment formatting.Kazu Hirata1-8/+8
2004-02-11Represent column numbers using line-map's source_location.Per Bothner1-18/+78
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-19Implement a cache for linemap_lookup.Per Bothner1-0/+2
2003-12-05line-map.h (source_location): New typedef.Per Bothner1-6/+8
2003-08-19c-common.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-08-06line-map.h (fileline): New typedef.Per Bothner1-4/+8
2003-07-30cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>".Geoffrey Keating1-2/+5
2003-07-22hashtable.c (approx_sqrt): Make static.Zack Weinberg1-6/+7
2003-06-20* line-map.c, line-map.h: Convert to ISO prototypes.Neil Booth1-10/+7
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-1/+1
2001-08-21cppfiles.c (stack_include_file): line-map.c now handles include depth.Neil Booth1-0/+3
2001-08-21cppfiles.c (stack_include_file): Don't handle -H here.Neil Booth1-0/+3
2001-08-11c-lex.c (map): Make const.Neil Booth1-13/+20
2001-08-07cpplib.h, line-map.h: Update comments.Neil Booth1-1/+2
2001-08-06cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth1-0/+14
2001-08-05re PR preprocessor/3824 (With -traditional, CPP 0xffffffff > 0 but C 0xffffff...Neil Booth1-3/+8
2001-08-05re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth1-1/+4
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-2/+5
2001-08-02line-map.c: New.Neil Booth1-0/+80