summaryrefslogtreecommitdiff
path: root/libcpp/files.c
Commit message (Expand)AuthorAgeFilesLines
* c++: header-unit build capability [PR 99023]Nathan Sidwell2021-02-181-18/+41
* c++: directives-only preprocessing and include translation [PR 99050]Nathan Sidwell2021-02-161-3/+7
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* preprocessor: main file searchingNathan Sidwell2020-11-191-0/+31
* preprocessor: main-file cleanupNathan Sidwell2020-11-191-15/+14
* preprocessor: Add support for header unit translationNathan Sidwell2020-11-181-40/+115
* Specify reason of -Winvalid-pch warningNicholas Guriev2020-11-121-1/+1
* libcpp: Directly peek for initial line markerNathan Sidwell2020-10-081-4/+6
* gcc: Make strchr return value pointers constMartin Storsjö2020-09-071-1/+1
* preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell2020-07-071-3/+9
* preprocessor: Replace some flags with a single enumNathan Sidwell2020-05-201-28/+20
* preprocessor: Random cleanupsNathan Sidwell2020-05-191-3/+3
* [PR 80005] Fix __has_includeNathan Sidwell2020-01-201-12/+15
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* [preprocessor/91639] #includes at EOFNathan Sidwell2019-09-051-19/+10
* [preprocessor] Include stackingNathan Sidwell2019-08-291-152/+145
* [Preprocessor] small cleanupsNathan Sidwell2019-08-281-5/+5
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-1/+1
* [libcpp] Reimplement mkdeps data structuresNathan Sidwell2019-05-071-5/+5
* Fix typo in commentJonathan Wakely2019-04-031-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR preprocessor/83173: Additional check before decrementing highest_locationMike Gulick2018-11-271-9/+23
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-131-16/+16
* [1/7] Preprocessor cleanupNathan Sidwell2018-10-311-1/+1
* [PATCH] CPP Macro predicatesNathan Sidwell2018-08-161-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* input.c/libcpp: fix lifetimes of path buffersDavid Malcolm2016-10-251-0/+1
* re PR preprocessor/71681 (header.gcc file lookup is broken for -remap)Andris Pavenis2016-10-211-3/+9
* libcpp: Tweak to missing #include source locationDavid Malcolm2016-06-221-42/+63
* re PR pch/68176 (all pch tests fail on eglibc systems (with bits/predefs.h))Jakub Jelinek2016-01-281-1/+4
* re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears...Jakub Jelinek2016-01-081-3/+5
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek2015-11-191-4/+7
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-191-1/+1
* re PR pch/65550 (ICE (segfault) with pch)Richard Biener2015-04-091-5/+7
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra2014-10-221-3/+2
* Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland2014-10-011-0/+18
* re PR preprocessor/58893 (<command-line>:0:0: internal compiler error: Segmen...Bernd Edlinger2014-09-301-0/+12
* charset.c (conversion): Rename to ...Jan Hubicka2014-09-221-26/+26
* re PR c/61212 (gcc build failure on "dos file system" due to warnings treated...Marek Polacek2014-05-211-1/+1
* files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye2014-05-091-2/+8
* Update copyright years in libcpp/Richard Sandiford2014-01-021-1/+1
* files.c (_cpp_stack_include): Fix the highest_location when header file is gu...Dehao Chen2013-06-241-9/+17
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-061-6/+11
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-011-1/+4
* files.c (_cpp_find_file): If returning early...Jakub Jelinek2013-02-281-13/+30
* Update copyright years in libcpp.Richard Sandiford2013-01-141-3/+1
* re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek2012-12-031-3/+7