aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Fix warnings for make profiledbootstrap (PR bootstrap/77788)Martin Liska1-1/+1
2016-10-03re PR preprocessor/77699 (suspicious code in get_next_line)Bernd Edlinger1-67/+37
2016-09-23Provide location information for terminator characters (PR preprocessor/77672)David Malcolm1-32/+49
2016-09-02Introduce class edit_contextDavid Malcolm1-9/+38
2016-08-29input.c: fix the comment for test_make_location_nonpure_range_endpointsDavid Malcolm1-2/+2
2016-08-29Allow the use of ad-hoc locations for fix-it hintsDavid Malcolm1-22/+0
2016-08-29make_location: ensure end-points are pure locationsDavid Malcolm1-2/+64
2016-08-18selftest.h: add class line_table_testDavid Malcolm1-52/+74
2016-08-18Evict selftest tempfiles from the diagnostics file cacheDavid Malcolm1-0/+26
2016-08-18input.c: move test functions within #CHECKING_P and into selftest::David Malcolm1-6/+8
2016-08-16Fix caret locations in format_type_warning (PR c/72857)David Malcolm1-20/+66
2016-08-16Move class temp_source_file from input.c to selftest.c/hDavid Malcolm1-42/+0
2016-08-08Fix selftest::test_lexer_string_locations_ebcdic for systems without iconv (P...David Malcolm1-0/+4
2016-08-05On-demand locations within string-literalsDavid Malcolm1-0/+1547
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm1-0/+60
2016-07-25Fix selftest::temp_source_file ctorDavid Malcolm1-1/+1
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesDavid Malcolm1-17/+307
2016-06-13PR bootstrap/71481: fix input.c selftestDavid Malcolm1-10/+21
2016-06-13selftests: improve reported failure locationsDavid Malcolm1-2/+2
2016-06-13input.c (test_builtins): Fix an assertion.Bernd Edlinger1-1/+1
2016-06-06Selftest frameworkDavid Malcolm1-0/+116
2016-05-03re PR c/70859 (Bad column number in type-generic function errors)Marek Polacek1-0/+10
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