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