aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt1-1/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt1-0/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-11/+7
2018-10-05Support string locations for C++ in -Wformat (PR c++/56856)David Malcolm1-1/+4
2018-04-30Use char_span for return type of location_get_source_lineDavid Malcolm1-2/+46
2018-04-30input.h: use STATIC_ASSERTDavid Malcolm1-2/+1
2018-04-27input.h: convert some macros to inline functionsDavid Malcolm1-10/+24
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-09re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-27re PR gcov-profile/46266 (gcov generates data for non-existing file <built-in>)Martin Liska1-0/+2
2016-09-21Add from_macro_definition_at predicate for locations.Jason Merrill1-0/+5
2016-09-02Introduce class edit_contextDavid Malcolm1-0/+1
2016-08-29Allow the use of ad-hoc locations for fix-it hintsDavid Malcolm1-1/+5
2016-08-29make_location: ensure end-points are pure locationsDavid Malcolm1-0/+8
2016-08-18selftest.h: add class line_table_testDavid Malcolm1-0/+1
2016-08-18Evict selftest tempfiles from the diagnostics file cacheDavid Malcolm1-0/+2
2016-08-05On-demand locations within string-literalsDavid Malcolm1-0/+35
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm1-0/+13
2016-05-03re PR c/70859 (Bad column number in type-generic function errors)Marek Polacek1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-15Change of location_get_source_line signatureDavid Malcolm1-1/+1
2015-05-13libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm1-0/+2
2015-04-24re PR c/61534 (Wlogical-op should not warn when either operand comes from mac...Marek Polacek1-0/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-15input.h (in_system_header_at): Add comment.Manuel López-Ibáñez1-1/+10
2014-07-16Support location tracking for built-in macro tokensDodji Seketeli1-0/+1
2014-01-23PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-1/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-3/+0
2013-11-06Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite...Dodji Seketeli1-2/+1
2013-11-06preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-1/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-3/+0
2012-09-19Integrate lexical block into source_location.Dehao Chen1-0/+8
2012-04-30Make conversion warnings work on NULL with -ftrack-macro-expansionDodji Seketeli1-0/+1
2012-04-30Make expand_location resolve to locus in main source fileDodji Seketeli1-0/+1
2012-04-11re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez1-0/+1
2011-10-17Add line map statistics to -fmem-report outputTom Tromey1-0/+2
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-15/+3
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis1-1/+1
2010-05-27input.c: New file.Joseph Myers1-4/+1
2009-10-14re PR preprocessor/41543 (BUILTINS_LOCATION wrong with -fpreprocessed)Jakub Jelinek1-2/+7
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-0/+5