]> git.ipfire.org Git - thirdparty/gcc.git/history - libcpp/include
combine: Change return type of predicate functions from int to bool
[thirdparty/gcc.git] / libcpp / include /
2023-07-06  Thomas SchwingeGTY: Enhance 'string_length' option documentation
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-28  Eugene RozenfeldAdd instruction level discriminator support.
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-07-15  Jonathan Wakelylibcpp: Improve encapsulation of label_text
2022-07-13  Marek Polaceklibcpp: Avoid pessimizing std::move [PR106272]
2022-07-07  David MalcolmConvert label_text to C++11 move semantics
2022-01-24  Marek Polacekpreprocessor: -Wbidi-chars and UCNs [PR104030]
2022-01-18  Richard Bienerpack fields in line-map data structures
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-03  Jakub Jelinekpch: Add support for PCH for relocatable executables...
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-31  Martin SeborDisable gcc_rich_location copying and assignment.
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-04-13  Eric BotcazouFix thinko in libcpp preparation patch for modules
2021-02-24  Nathan Sidwellc++: Macro location fixes [PR 98718]
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-17  Nathan Sidwellpreprocessor: module line maps
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-11-03  Nathan Sidwelllibcpp: dependency emission tidying
2020-09-17  Patrick Palkac-family: Macro support in -Wmisleading-indentation...
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-10  David MalcolmAdd diagnostic paths
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-18  David MalcolmDrop unused member from cpp_string_location_reader...
2019-12-10  David MalcolmReplace label_text ctor with "borrow" and "take"
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-15  Nathan Sidwell[linemap PATCH] Constify lookup
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-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-14  Martin LiskaDo a refactoring in linemap (PR preprocessor/90382).
2019-05-07  Nathan Sidwell[libcpp] Reimplement mkdeps data structures
2019-05-06  Nathan Sidwell[libcpp] struct deps renaming
2019-02-20  David MalcolmFix ICE with #line directive (PR c/89410)
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[4/7] Preprocessor location-kind predicates
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-11  Nathan Sidwell[PATCH] A couple of line map fixes
2018-10-09  David MalcolmCleanup of libcpp diagnostic callbacks
2018-09-17  David MalcolmAdd range_idx param to range_label::get_text
2018-08-30  Nathan Sidwell[libcpp] fix some line map comments
2018-08-27  David MalcolmLess verbose fix-it hints for missing header files...
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] Kill cpp-id-data.h
2018-08-20  Nathan Sidwell[PATCH] #assert becomes macro-like
2018-08-17  Nathan Sidwell[PATCH] Adjust lazy macro definition
2018-08-17  Nathan Sidwell[PATCH] Macro body is trailing array
2018-08-17  Nathan Sidwell[PATCH] Move cpp_macro to cpplib.h
next