Suggest including <stdint.h> or <cstdint> for [u]int[8|16|32|64]_t
[gcc.git] / libcpp / include /
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
2018-08-16 Nathan Sidwell[PATCH] CPP Macro predicates
2018-08-15 David Malcolmdiagnostics: add labeling of source ranges
2018-08-08 Nathan Sidwell[PATCH] line-map include-from representation
2018-07-20 David Malcolmlibcpp: remove redundant parameter from rich_location...
2018-07-03 Nathan SidwellReorg line_map data structures for better packing.
2018-03-14 David MalcolmFix ICE for missing header fix-it hints with overlarge...
2018-01-27 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for...
2018-01-18 Boris KolpackovAdd ability to remap file names in __FILE__, etc (PR...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-28 David MalcolmReject fix-it hints for various awkward boundary cases...
2017-11-21 David MalcolmC++: provide macro used-before-defined hint (PR c+...
2017-11-13 Tom TromeyImplement __VA_OPT__
2017-11-13 David Malcolmlibcpp: move line typedef and column-numbering comment...
2017-10-31 David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-30 Joseph MyersAdd -std=c17, -std=gnu17.
2017-09-15 Andrew SuttonAdd support for -std=c++2a.
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-07-06 David Malcolmdiagnostics: fix end-points of ranges within macros...
2017-06-20 David MalcolmPrevent fix-it hints from affecting more than one line
2017-06-09 David MalcolmAdd support for mutually-incompatible fix-it hints
2017-06-05 David Malcolmlibcpp: add callback for comment-handling
2017-05-02 David MalcolmSupport fix-it hints that add new lines
2017-05-01 David MalcolmEliminate fixit_hint class hierarchy
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-23 Paolo Bonzinisystem.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do...
2016-10-25 David MalcolmImplement ~line_maps ()
2016-10-11 Jakub Jelinekgcc/
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-21 Jason MerrillAdd from_macro_definition_at predicate for locations.
2016-09-15 David Malcolmfix-it hints can't contain newlines
2016-09-13 David Malcolmfix-it hints: insert_before vs insert_after
2016-09-02 David MalcolmIntroduce class edit_context
2016-08-31 David Malcolmdiagnostic-show-locus.c: handle fixits on lines outside...
2016-08-31 David MalcolmRemove arbitrary limits from rich_location
2016-08-30 David Malcolmrich_location: add convenience overloads for adding...
2016-08-29 David MalcolmAllow the use of ad-hoc locations for fix-it hints
2016-08-26 David MalcolmAdd validation and consolidation of fix-it hints
2016-08-23 David Malcolmline-map.h: add source_range::from_locations
2016-08-19 David MalcolmReimplement removal fix-it hints in terms of replace
2016-08-19 Joseph MyersImplement C _FloatN, _FloatNx types.
2016-08-18 David MalcolmSpelling suggestions for misspelled preprocessor directives
2016-08-05 David MalcolmOn-demand locations within string-literals
2016-08-01 Andreas Schwab* include/cpplib.h: Fix comment typo.
2016-07-27 David MalcolmMove make_location from tree.h/c to input.h/c
2016-07-11 David Malcolminput.c: add lexing selftests and a test matrix for...
2016-06-22 David Malcolmlibcpp: Tweak to missing #include source location
2016-06-22 David MalcolmImplement -fdiagnostics-parseable-fixits
2016-06-01 Eduard Sanouc-common.c (get_source_date_epoch): Rename to cb_get_so...
2016-04-28 Eduard Sanouc-common.c (get_source_date_epoch): New function...
2016-03-21 Jakub Jelinekre PR target/70296 (Incorrect handling of vector X...
2016-03-09 David MalcolmPR c++/70105: prevent nonsensical underline spew for...
2016-03-09 David MalcolmPR c++/70105: Defer location expansion until diagnostic...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-07 David MalcolmFix missing range information for "%q+D" format code
2015-11-20 David MalcolmPR 62314: add ability to add fixit-hints to a diagnostic
2015-11-19 Jakub Jelinekre PR preprocessor/60736 (Crash in preprocessor includi...
next