summaryrefslogtreecommitdiff
path: root/libcpp/internal.h
AgeCommit message (Expand)Author
2025-07-30libcpp: Fix up comma diagnostics in preprocessor for C++ [PR120778]Jakub Jelinek
2025-07-25diagnostics: convert diagnostic_t to enum class diagnostics::kindDavid Malcolm
2025-01-02Update copyright years.Jakub Jelinek
2024-11-23libcpp: Fix potential unaligned access in cpp_bufferLewis Hyatt
2024-11-18libcpp: add .c++-header-unit targetJason Merrill
2024-11-17c-family: add -fsearch-include-pathJason Merrill
2024-11-01c++: Attempt to implement C++26 P3034R1 - Module Declarations Shouldn't be Ma...Jakub Jelinek
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek
2024-10-23libcpp: Add -Wleading-whitespace= warningJakub Jelinek
2024-10-19diagnostics: libcpp: Improve locations for _Pragma lexing diagnostics [PR114423]Lewis Hyatt
2024-10-15libcpp: Add -Wtrailing-blanks warningJakub Jelinek
2024-10-14libcpp: Support extended characters for #pragma {push,pop}_macro [PR109704]Lewis Hyatt
2024-10-07libcpp: Use constexpr for _cpp_trigraph_map initialization for C++14Jakub Jelinek
2024-10-02libcpp: Implement clang -Wheader-guard warning [PR96842]Jakub Jelinek
2024-09-12libcpp, v2: Add support for gnu::base64 #embed parameterJakub Jelinek
2024-09-12libcpp: Add support for gnu::offset #embed/__has_embed parameterJakub Jelinek
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek
2024-08-26libcpp: deduplicate definition of padding sizeAlexander Monakov
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