aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-19pch: Fix streaming of strings with embedded null bytesLewis Hyatt1-1/+5
2022-10-14preprocessor: C2x identifier rulesJoseph Myers1-0/+4
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek1-0/+1
2022-09-07c: New C2x keywordsJoseph Myers1-0/+3
2022-09-07libcpp: Named universal character escapes and delimited escape sequence tweaksJakub Jelinek1-1/+6
2022-09-02c/c++: new warning: -Wxor-used-as-pow [PR90885]David Malcolm1-1/+2
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek1-1/+9
2022-08-20libcpp: Implement C++23 P2290R3 - Delimited escape sequences [PR106645]Jakub Jelinek1-0/+3
2022-08-18preprocessor: Support #warning for standard C2xJoseph Myers1-0/+3
2022-08-16c++: Fix pragma suppression of -Wc++20-compat diagnostics [PR106423]Tom Honermann1-0/+4
2022-08-08preprocessor/106426: Treat u8 character literals as unsigned in char8_t modes.Tom Honermann1-2/+2
2022-01-24preprocessor: -Wbidi-chars and UCNs [PR104030]Marek Polacek1-5/+6
2022-01-17Change references of .c files to .cc filesMartin Liska1-11/+11
2022-01-12aix: handle 64bit inodes for include directoriesClément Chigot1-1/+9
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-01libcpp: Enable P1949R7 for C++98 too [PR100977]Jakub Jelinek1-5/+1
2021-11-16libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]Marek Polacek1-1/+17
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm1-8/+68
2021-10-29libcpp: Fix _Pragma expansion [PR102409]Tobias Burnus1-0/+1
2021-09-01libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek1-0/+4
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt1-0/+18
2021-05-20c: Add support for __FILE_NAME__ macro (PR c/42579)Christophe Lyon1-0/+1
2021-05-11preprocessor: Support C2X #elifdef, #elifndefJoseph Myers1-0/+3
2021-02-18c++: header-unit build capability [PR 99023]Nathan Sidwell1-2/+2
2021-02-03c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t.Ed Smith-Rowland1-1/+7
2021-01-26c++: Add support for -std=c++23Paul Fee1-1/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-14preprocessor: Deferred macro supportNathan Sidwell1-3/+8
2020-12-01Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide1-0/+5
2020-11-24preprocessor: Add deferred macrosNathan Sidwell1-5/+27
2020-11-19preprocessor: main file searchingNathan Sidwell1-0/+15
2020-11-18preprocessor: C++ module-directivesNathan Sidwell1-3/+7
2020-11-18preprocessor: Add support for header unit translationNathan Sidwell1-0/+3
2020-11-18preprocessor: Update mkdeps for modulesNathan Sidwell1-0/+3
2020-11-17preprocessor: new callbacksNathan Sidwell1-0/+8
2020-11-13Do not warn about unused macros while processing #pragma GCC optimizePiotr H. Dabrowski1-0/+4
2020-11-12c: C2x __has_c_attributeJoseph Myers1-1/+2
2020-11-06libcpp: Provide date routineNathan Sidwell1-0/+9
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt1-7/+33
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell1-1/+2
2020-05-19preprocessor: Random cleanupsNathan Sidwell1-3/+3
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-2/+2
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell1-0/+12
2020-02-05Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end ...Martin Sebor1-1/+1
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell1-1/+3
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm1-1/+0
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt1-0/+11
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+1