summaryrefslogtreecommitdiff
path: root/gcc/input.c
AgeCommit message (Expand)Author
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
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-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-02-12linemap_line_start: protect against location_t overflow (PR lto/88147)David Malcolm
2019-01-01Update copyright years.Jakub Jelinek
2018-11-30Fix ICE in substring locations from macros in header files (PR preprocessor/8...David Malcolm
2018-11-27PR preprocessor/83173: Enhance -fdump-internal-locations outputMike Gulick
2018-11-16Don't use %z printf length specifierMichael Matz
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska
2018-10-29Fix ICE in get_substring_ranges_for_loc on __FILE__ (PR c++/87721)David Malcolm
2018-10-18Fix ICE in substring-handling building 502.gcc_r (PR 87562)David Malcolm
2018-10-09Cleanup of libcpp diagnostic callbacksDavid 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-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-08-09re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-01-31Prevent ICEs due to bogus substring locations (PR preprocessor/79210)David Malcolm
2017-01-10Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm
2017-01-07Fix linemap corruption after very wide source lines (PR c++/72803)David Malcolm
2017-01-05[bootstrap-O3] add a default initializer to avoid a warning at -O3Alexandre Oliva
2017-01-04re PR bootstrap/77569 (self tests fail when not using C locale)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-12-15Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm
2016-11-30substring locations and # line directives (PR preprocessor/78569)David Malcolm
2016-11-21substring_loc info needs default track-macro-expansion (PR preprocessor/78324)David Malcolm
2016-11-17Fix locations within raw stringsDavid Malcolm
2016-10-25input.c/libcpp: fix lifetimes of path buffersDavid Malcolm
2016-10-06Fix warnings for make profiledbootstrap (PR bootstrap/77788)Martin Liska
2016-10-03re PR preprocessor/77699 (suspicious code in get_next_line)Bernd Edlinger
2016-09-23Provide location information for terminator characters (PR preprocessor/77672)David Malcolm
2016-09-02Introduce class edit_contextDavid Malcolm
2016-08-29input.c: fix the comment for test_make_location_nonpure_range_endpointsDavid 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-18input.c: move test functions within #CHECKING_P and into selftest::David Malcolm
2016-08-16Fix caret locations in format_type_warning (PR c/72857)David Malcolm
2016-08-16Move class temp_source_file from input.c to selftest.c/hDavid Malcolm
2016-08-08Fix selftest::test_lexer_string_locations_ebcdic for systems without iconv (P...David Malcolm
2016-08-05On-demand locations within string-literalsDavid Malcolm
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm