aboutsummaryrefslogtreecommitdiff
path: root/libcpp/files.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-08libcpp: Directly peek for initial line markerNathan Sidwell1-4/+6
2020-09-07gcc: Make strchr return value pointers constMartin Storsjö1-1/+1
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell1-3/+9
2020-05-20preprocessor: Replace some flags with a single enumNathan Sidwell1-28/+20
2020-05-19preprocessor: Random cleanupsNathan Sidwell1-3/+3
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell1-12/+15
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell1-19/+10
2019-08-29[preprocessor] Include stackingNathan Sidwell1-152/+145
2019-08-28[Preprocessor] small cleanupsNathan Sidwell1-5/+5
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell1-5/+5
2019-04-03Fix typo in commentJonathan Wakely1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-27PR preprocessor/83173: Additional check before decrementing highest_locationMike Gulick1-9/+23
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-16/+16
2018-10-31[1/7] Preprocessor cleanupNathan Sidwell1-1/+1
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-25input.c/libcpp: fix lifetimes of path buffersDavid Malcolm1-0/+1
2016-10-21re PR preprocessor/71681 (header.gcc file lookup is broken for -remap)Andris Pavenis1-3/+9
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm1-42/+63
2016-01-28re PR pch/68176 (all pch tests fail on eglibc systems (with bits/predefs.h))Jakub Jelinek1-1/+4
2016-01-08re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears...Jakub Jelinek1-3/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-19re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek1-4/+7
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-1/+1
2015-04-09re PR pch/65550 (ICE (segfault) with pch)Richard Biener1-5/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra1-3/+2
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+18
2014-09-30re PR preprocessor/58893 (<command-line>:0:0: internal compiler error: Segmen...Bernd Edlinger1-0/+12
2014-09-22charset.c (conversion): Rename to ...Jan Hubicka1-26/+26
2014-05-21re PR c/61212 (gcc build failure on "dos file system" due to warnings treated...Marek Polacek1-1/+1
2014-05-09files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye1-2/+8
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-06-24files.c (_cpp_stack_include): Fix the highest_location when header file is gu...Dehao Chen1-9/+17
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-6/+11
2013-03-01re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+4
2013-02-28files.c (_cpp_find_file): If returning early...Jakub Jelinek1-13/+30
2013-01-14Update copyright years in libcpp.Richard Sandiford1-3/+1
2012-12-03re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek1-3/+7
2012-11-21re PR pch/55399 (pch tests fail on mips-mti-linux-gnu target)Steve Ellcey1-1/+2
2012-11-16cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin1-1/+1
2012-10-23gcc:Joseph Myers1-7/+37
2012-10-15files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus1-0/+2
2012-04-30re PR c++/52974 (Canonicalize include paths in diagnostics)Manuel López-Ibáñez1-1/+34
2012-01-09re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...Gary Funck1-2/+9
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-3/+2