aboutsummaryrefslogtreecommitdiff
path: root/libcpp/internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-11-23libcpp: Fix potential unaligned access in cpp_bufferLewis Hyatt1-0/+1
2024-11-18libcpp: add .c++-header-unit targetJason Merrill1-0/+1
2024-11-17c-family: add -fsearch-include-pathJason Merrill1-0/+2
2024-11-01c++: Attempt to implement C++26 P3034R1 - Module Declarations Shouldn't be Ma...Jakub Jelinek1-0/+4
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek1-2/+2
2024-10-23libcpp: Add -Wleading-whitespace= warningJakub Jelinek1-1/+2
2024-10-19diagnostics: libcpp: Improve locations for _Pragma lexing diagnostics [PR114423]Lewis Hyatt1-0/+4
2024-10-15libcpp: Add -Wtrailing-blanks warningJakub Jelinek1-2/+2
2024-10-14libcpp: Support extended characters for #pragma {push,pop}_macro [PR109704]Lewis Hyatt1-1/+0
2024-10-07libcpp: Use constexpr for _cpp_trigraph_map initialization for C++14Jakub Jelinek1-0/+6
2024-10-02libcpp: Implement clang -Wheader-guard warning [PR96842]Jakub Jelinek1-2/+5
2024-09-12libcpp, v2: Add support for gnu::base64 #embed parameterJakub Jelinek1-1/+2
2024-09-12libcpp: Add support for gnu::offset #embed/__has_embed parameterJakub Jelinek1-1/+1
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek1-2/+28
2024-08-26libcpp: deduplicate definition of padding sizeAlexander Monakov1-0/+7
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm1-0/+1
2023-10-23libcpp: Improve the diagnostic for poisoned identifiers [PR36887]Lewis Hyatt1-2/+6
2023-10-08libcpp: "const" and other cleanupsDavid Malcolm1-2/+2
2023-06-20libcpp: Improve location for macro names [PR66290]Lewis Hyatt1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
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