aboutsummaryrefslogtreecommitdiff
path: root/libcpp/internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-24preprocessor: -Wbidi-chars and UCNs [PR104030]Marek Polacek1-1/+2
2022-01-17Change references of .c files to .cc filesMartin Liska1-16/+16
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-22libcpp: Fix _Pragma stringification [PR103165]Jakub Jelinek1-0/+3
2021-11-16libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]Marek Polacek1-0/+7
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm1-0/+23
2021-02-18c++: header-unit build capability [PR 99023]Nathan Sidwell1-0/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-01Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide1-0/+2
2020-11-24preprocessor: Add deferred macrosNathan Sidwell1-4/+5
2020-11-19preprocessor: main file searchingNathan Sidwell1-1/+6
2020-11-19preprocessor: main-file cleanupNathan Sidwell1-8/+8
2020-11-18preprocessor: C++ module-directivesNathan Sidwell1-0/+9
2020-11-17preprocessor: module line mapsNathan Sidwell1-23/+1
2020-11-06libcpp: Provide date routineNathan Sidwell1-4/+3
2020-11-02cpplib: Macro use location and comparisonNathan Sidwell1-3/+5
2020-10-19preprocessor: Fix non-fn fn-like macro at EOF [PR97471]Nathan Sidwell1-2/+2
2020-10-08libcpp: Directly peek for initial line markerNathan Sidwell1-2/+2
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell1-1/+3
2020-05-20preprocessor: Replace some flags with a single enumNathan Sidwell1-3/+3
2020-05-19preprocessor: Random cleanupsNathan Sidwell1-1/+1
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell1-11/+0
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell1-2/+0
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell1-6/+14
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek1-0/+4
2019-10-02internal.h (enum include_type): Remove trailing comma.Richard Biener1-1/+1
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt1-0/+8
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell1-1/+2
2019-08-29[preprocessor] Include stackingNathan Sidwell1-2/+5
2019-08-28[Preprocessor] small cleanupsNathan Sidwell1-8/+18
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-6/+6
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao1-4/+0
2019-05-06[libcpp] struct deps renamingNathan Sidwell1-1/+1
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek1-0/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-20/+20
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell1-2/+2
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell1-1/+1
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell1-1/+10
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell1-0/+6
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell1-1/+2
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-3/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger1-1/+1
2017-11-13Implement __VA_OPT__Tom Tromey1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-05On-demand locations within string-literalsDavid Malcolm1-1/+3
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm1-3/+4
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou1-1/+2