aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-9/+19
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-0/+16
2015-11-06Add stats on adhoc table to dump_line_table_statisticsDavid Malcolm1-0/+6
2015-09-15Change of location_get_source_line signatureDavid Malcolm1-6/+8
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-5/+6
2015-05-13libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm1-0/+224
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-03input.c (expand_location_to_spelling_point): Fix typo.Manuel López-Ibáñez1-8/+9
2014-10-21State cleanups from jit branchDavid Malcolm1-1/+1
2014-08-15input.c (diagnostic_file_cache_fini): Fix typo in comment.Manuel López-Ibáñez1-1/+1
2014-07-16Support location tracking for built-in macro tokensDodji Seketeli1-0/+16
2014-01-28PR preprocessor/59935 - caret diagnostics crashes on non-file locationsDodji Seketeli1-1/+7
2014-01-24Avoid crashing when an input file could not be openedDodji Seketeli1-5/+2
2014-01-23PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-31/+602
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-06Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite...Dodji Seketeli1-88/+27
2013-11-06preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-27/+88
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-0/+8
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-29re PR middle-end/53510 (OOM while compile some code)Jakub Jelinek1-10/+3
2012-04-30Make conversion warnings work on NULL with -ftrack-macro-expansionDodji Seketeli1-0/+20
2012-04-30Strip "<built-in>" loc from displayed expansion contextDodji Seketeli1-6/+30
2012-04-30Make expand_location resolve to locus in main source fileDodji Seketeli1-5/+35
2012-04-11re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez1-0/+59
2011-10-25Support expansion of reserved locations wrapped in virtual locationsDodji Seketeli1-9/+12
2011-10-18Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli1-14/+14
2011-10-17Add line map statistics to -fmem-report outputTom Tromey1-0/+96
2011-10-17Generate virtual locations for tokensTom Tromey1-1/+1
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-7/+2
2010-05-27input.c: New file.Joseph Myers1-0/+53