]> git.ipfire.org Git - thirdparty/gcc.git/history - libcpp/include/cpplib.h
Do not query further vector epilogues after a masked epilogue
[thirdparty/gcc.git] / libcpp / include / cpplib.h
2025-04-28  Lewis Hyattc-family: Improve location for -Wunknown-pragmas in...
2025-02-28  Jakub Jelinekc++: Adjust #embed support for P1967R14
2025-01-02  Jakub JelinekUpdate copyright years.
2024-12-08  Lewis HyattSupport for 64-bit location_t: Activate 64-bit location_t
2024-12-03  Joseph Myerspreprocessor: Adjust C rules on UCNs for C23 [PR117162]
2024-11-13  Jakub Jelinekc: Implement C2Y N3298 - Introduce complex literals...
2024-11-01  Jakub Jelinekc++: Attempt to implement C++26 P3034R1 - Module Declar...
2024-10-25  Jakub Jelineknon-gcc: Remove trailing whitespace
2024-10-23  Jakub Jelineklibcpp: Add -Wleading-whitespace= warning
2024-10-17  Jakub Jelinekc, libcpp: Partially implement C2Y N3353 paper [PR117028]
2024-10-16  Jakub Jelineklibcpp, c, middle-end: Optimize initializers using...
2024-10-15  Jakub Jelineklibcpp: Add -Wtrailing-blanks warning
2024-10-14  Lewis Hyattlibcpp: Support extended characters for #pragma {push...
2024-10-12  Jakub Jelineklibcpp, genmatch: Use gcc_diag instead of printf for...
2024-10-09  Ken Matsuigcc, libcpp: Add warning switch for "#pragma once in...
2024-10-02  Jakub Jelineklibcpp: Implement clang -Wheader-guard warning [PR96842]
2024-09-12  Jason Merrilllibcpp: adjust pedwarn handling
2024-09-12  Jakub Jelineklibcpp, c-family: Add (dumb) C23 N3017 #embed support...
2024-06-11  Joseph Myersc: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y...
2024-02-22  Jakub Jelinekc: Handle scoped attributes in __has*attribute and...
2024-01-04  Raiki Tamuralibcpp: add function to check XID properties
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-27  Alex Coplanc-family: Implement __has_feature and __has_extension...
2023-11-19  David Malcolmlibcpp: split decls out to rich-location.h
2023-11-07  Joseph Myersc: Refer more consistently to C23 not C2X
2023-11-02  Jakub Jelinekc++: Implement C++26 P2361R6 - Unevaluated strings...
2023-10-23  Lewis Hyattlibcpp: Improve the diagnostic for poisoned identifiers...
2023-09-19  Ben Boeckelp1689r5: initial support
2023-09-06  Jakub JelinekC _BitInt support [PR102989]
2023-06-23  Marek Polacekc++: Add support for -std={c,gnu}++2{c,6}
2023-06-22  David Malcolmdiagnostics: add support for "text art" diagrams
2023-03-25  David Malcolmdiagnostics: ensure that .sarif files are UTF-8 encoded...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-10-19  Lewis Hyattpch: Fix streaming of strings with embedded null bytes
2022-10-14  Joseph Myerspreprocessor: C2x identifier rules
2022-10-14  Jakub Jelinekmiddle-end, c++, i386, libgcc: std::bfloat16_t and...
2022-09-07  Joseph Myersc: New C2x keywords
2022-09-07  Jakub Jelineklibcpp: Named universal character escapes and delimited...
2022-09-02  David Malcolmc/c++: new warning: -Wxor-used-as-pow [PR90885]
2022-09-01  Jakub Jelineklibcpp: Add -Winvalid-utf8 warning [PR106655]
2022-08-20  Jakub Jelineklibcpp: Implement C++23 P2290R3 - Delimited escape...
2022-08-18  Joseph Myerspreprocessor: Support #warning for standard C2x
2022-08-16  Tom Honermannc++: Fix pragma suppression of -Wc++20-compat diagnosti...
2022-08-08  Tom Honermannpreprocessor/106426: Treat u8 character literals as...
2022-01-24  Marek Polacekpreprocessor: -Wbidi-chars and UCNs [PR104030]
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-12  Clément Chigotaix: handle 64bit inodes for include directories
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-01  Jakub Jelineklibcpp: Enable P1949R7 for C++98 too [PR100977]
2021-11-17  Marek Polaceklibcpp: Implement -Wbidi-chars for CVE-2021-42574 ...
2021-11-01  David Malcolmdiagnostics: escape non-ASCII source bytes for certain...
2021-10-29  Tobias Burnuslibcpp: Fix _Pragma expansion [PR102409]
2021-09-01  Jakub Jelineklibcpp: Implement C++23 P1949R7 - C++ Identifier Syntax...
2021-08-25  Lewis Hyattdiagnostics: Support for -finput-charset [PR93067]
2021-05-20  Christophe Lyonc: Add support for __FILE_NAME__ macro (PR c/42579)
2021-05-11  Joseph Myerspreprocessor: Support C2X #elifdef, #elifndef
2021-02-18  Nathan Sidwellc++: header-unit build capability [PR 99023]
2021-02-03  Ed Smith-Rowlandc++: Implement C++23 P0330 - Literal Suffixes for ptrdi...
2021-01-26  Paul Feec++: Add support for -std=c++23
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-14  Nathan Sidwellpreprocessor: Deferred macro support
2020-12-01  JeanHeyd MeneideFeature: Macros for identifying the wide and narrow...
2020-11-24  Nathan Sidwellpreprocessor: Add deferred macros
2020-11-19  Nathan Sidwellpreprocessor: main file searching
2020-11-18  Nathan Sidwellpreprocessor: C++ module-directives
2020-11-18  Nathan Sidwellpreprocessor: Add support for header unit translation
2020-11-18  Nathan Sidwellpreprocessor: Update mkdeps for modules
2020-11-17  Nathan Sidwellpreprocessor: new callbacks
2020-11-13  Piotr H. DabrowskiDo not warn about unused macros while processing #pragm...
2020-11-12  Joseph Myersc: C2x __has_c_attribute
2020-11-06  Nathan Sidwelllibcpp: Provide date routine
2020-07-14  Lewis Hyattdiagnostics: Support conversion of tabs to spaces ...
2020-07-07  Nathan Sidwellpreprocessor: Better line info for <builtin> & <command...
2020-05-19  Nathan Sidwellpreprocessor: Random cleanups
2020-05-13  Jason Merrillc++: Replace "C++2a" with "C++20".
2020-05-08  Nathan Sidwellpreprocessor: Reimplement directives only processing...
2020-02-06  Martin SeborRemove trailing comma to avoid pedantic warning in...
2020-01-28  Nathan Sidwellpreprocessor: Make __has_include a builtin macro [PR93452]
2020-01-20  Nathan Sidwell[PR 80005] Fix __has_include
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-18  David MalcolmDrop unused member from cpp_string_location_reader...
2019-12-09  Lewis HyattByte vs column awareness for diagnostic-show-locus...
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-10-28  Martin SeborPR c/66970 - Add __has_builtin() macro
2019-10-11  Joseph MyersSupport decimal floating-point constants in C2x.
2019-10-02  Joseph MyersHandle :: tokens in C for C2x.
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-02  Qing Zhaore PR preprocessor/90581 (provide an option to adjust...
2019-05-06  Nathan Sidwell[libcpp] struct deps renaming
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-13  David MalcolmEliminate source_location in favor of location_t
2018-10-31  Nathan Sidwell[6/6] Preprocessor forced macro location
2018-10-31  Nathan Sidwell[3/7] Preprocessor macro loc
2018-10-31  Nathan Sidwell[2/7] Preprocessor node access
2018-10-17  Joseph MyersAdd -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-10-09  David MalcolmCleanup of libcpp diagnostic callbacks
2018-08-20  Nathan Sidwell[CPP PATCH] node field bits
2018-08-20  Nathan Sidwell[CPP PATCH] node type
2018-08-20  Nathan Sidwell[CPP PATCH] Fix warning & other cleanups.
2018-08-20  Nathan Sidwell[PATCH] #assert becomes macro-like
next