summaryrefslogtreecommitdiff
path: root/libcpp/internal.h
AgeCommit message (Expand)Author
2024-01-03Update copyright years.Jakub Jelinek
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm
2023-10-23libcpp: Improve the diagnostic for poisoned identifiers [PR36887]Lewis Hyatt
2023-10-08libcpp: "const" and other cleanupsDavid Malcolm
2023-06-20libcpp: Improve location for macro names [PR66290]Lewis Hyatt
2023-01-16Update copyright years.Jakub Jelinek
2022-01-24preprocessor: -Wbidi-chars and UCNs [PR104030]Marek Polacek
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-11-22libcpp: Fix _Pragma stringification [PR103165]Jakub Jelinek
2021-11-16libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]Marek Polacek
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm
2021-02-18c++: header-unit build capability [PR 99023]Nathan Sidwell
2021-01-04Update copyright years.Jakub Jelinek
2020-12-01Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide
2020-11-24preprocessor: Add deferred macrosNathan Sidwell
2020-11-19preprocessor: main file searchingNathan Sidwell
2020-11-19preprocessor: main-file cleanupNathan Sidwell
2020-11-18preprocessor: C++ module-directivesNathan Sidwell
2020-11-17preprocessor: module line mapsNathan Sidwell
2020-11-06libcpp: Provide date routineNathan Sidwell
2020-11-02cpplib: Macro use location and comparisonNathan Sidwell
2020-10-19preprocessor: Fix non-fn fn-like macro at EOF [PR97471]Nathan Sidwell
2020-10-08libcpp: Directly peek for initial line markerNathan Sidwell
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell
2020-05-20preprocessor: Replace some flags with a single enumNathan Sidwell
2020-05-19preprocessor: Random cleanupsNathan Sidwell
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell
2020-01-01Update copyright years.Jakub Jelinek
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek
2019-10-02internal.h (enum include_type): Remove trailing comma.Richard Biener
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell
2019-08-29[preprocessor] Include stackingNathan Sidwell
2019-08-28[Preprocessor] small cleanupsNathan Sidwell
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao
2019-05-06[libcpp] struct deps renamingNathan Sidwell
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek