]> git.ipfire.org Git - thirdparty/gcc.git/history - libcpp/include
[arm] Early expansion of usubvdi4.
[thirdparty/gcc.git] / libcpp / include /
2019-10-15  nathan[linemap PATCH] Constify lookup
2019-10-11  jsm28Support decimal floating-point constants in C2x.
2019-10-02  jsm28Handle :: tokens in C for C2x.
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-02  qinzhaoPR preprocessor/90581
2019-05-14  marxinDo a refactoring in linemap (PR preprocessor/90382).
2019-05-07  nathan[libcpp] Reimplement mkdeps data structures
2019-05-06  nathan[libcpp] struct deps renaming
2019-02-20  dmalcolmFix ICE with #line directive (PR c/89410)
2019-01-01  jakub Update copyright years.
2018-11-13  dmalcolmEliminate source_location in favor of location_t
2018-10-31  nathan[6/6] Preprocessor forced macro location
2018-10-31  nathan[4/7] Preprocessor location-kind predicates
2018-10-31  nathan[3/7] Preprocessor macro loc
2018-10-31  nathan[2/7] Preprocessor node access
2018-10-17  jsm28Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-10-11  nathan[PATCH] A couple of line map fixes
2018-10-09  dmalcolmCleanup of libcpp diagnostic callbacks
2018-09-17  dmalcolmAdd range_idx param to range_label::get_text
2018-08-30  nathan[libcpp] fix some line map comments
2018-08-27  dmalcolmLess verbose fix-it hints for missing header files...
2018-08-20  nathan[CPP PATCH] node field bits
2018-08-20  nathan[CPP PATCH] node type
2018-08-20  nathan[CPP PATCH] Fix warning & other cleanups.
2018-08-20  nathan[PATCH] Kill cpp-id-data.h
2018-08-20  nathan[PATCH] #assert becomes macro-like
2018-08-17  nathan[PATCH] Adjust lazy macro definition
2018-08-17  nathan[PATCH] Macro body is trailing array
2018-08-17  nathan[PATCH] Move cpp_macro to cpplib.h
2018-08-16  nathan[PATCH] CPP Macro predicates
2018-08-15  dmalcolmdiagnostics: add labeling of source ranges
2018-08-08  nathan[PATCH] line-map include-from representation
2018-07-20  dmalcolmlibcpp: remove redundant parameter from rich_location...
2018-07-03  nathan Reorg line_map data structures for better packing.
2018-03-14  dmalcolmFix ICE for missing header fix-it hints with overlarge...
2018-01-27  jakub * c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup...
2018-01-18  borisAdd ability to remap file names in __FILE__, etc (PR...
2018-01-03  jakub Update copyright years.
2017-11-28  dmalcolmReject fix-it hints for various awkward boundary cases...
2017-11-21  dmalcolmC++: provide macro used-before-defined hint (PR c+...
2017-11-13  tromeyImplement __VA_OPT__
2017-11-13  dmalcolmlibcpp: move line typedef and column-numbering comment...
2017-10-31  dmalcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-30  jsm28Add -std=c17, -std=gnu17.
2017-09-15  jakub Add support for -std=c++2a.
2017-09-15  jakub * doc/invoke.texi: Document -std=c++17 and -std=gnu...
2017-07-06  dmalcolmdiagnostics: fix end-points of ranges within macros...
2017-06-20  dmalcolmPrevent fix-it hints from affecting more than one line
2017-06-09  dmalcolmAdd support for mutually-incompatible fix-it hints
2017-06-05  dmalcolmlibcpp: add callback for comment-handling
2017-05-02  dmalcolmSupport fix-it hints that add new lines
2017-05-01  dmalcolmEliminate fixit_hint class hierarchy
2017-04-03  rediFix numerous typos in comments
2017-01-01  jakub Update copyright years.
2016-11-23  bonzinigcc:
2016-10-25  dmalcolmImplement ~line_maps ()
2016-10-11  jakubgcc/
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-09-21  jason Add from_macro_definition_at predicate for locations.
2016-09-15  dmalcolmfix-it hints can't contain newlines
2016-09-13  dmalcolmfix-it hints: insert_before vs insert_after
2016-09-02  dmalcolmIntroduce class edit_context
2016-08-31  dmalcolmdiagnostic-show-locus.c: handle fixits on lines outside...
2016-08-31  dmalcolmRemove arbitrary limits from rich_location
2016-08-30  dmalcolmrich_location: add convenience overloads for adding...
2016-08-29  dmalcolmAllow the use of ad-hoc locations for fix-it hints
2016-08-26  dmalcolmAdd validation and consolidation of fix-it hints
2016-08-23  dmalcolmline-map.h: add source_range::from_locations
2016-08-19  dmalcolmReimplement removal fix-it hints in terms of replace
2016-08-19  jsm28Implement C _FloatN, _FloatNx types.
2016-08-18  dmalcolmSpelling suggestions for misspelled preprocessor directives
2016-08-05  dmalcolmOn-demand locations within string-literals
2016-08-01  schwab* include/cpplib.h: Fix comment typo.
2016-07-27  dmalcolmMove make_location from tree.h/c to input.h/c
2016-07-11  dmalcolminput.c: add lexing selftests and a test matrix for...
2016-06-22  dmalcolmlibcpp: Tweak to missing #include source location
2016-06-22  dmalcolmImplement -fdiagnostics-parseable-fixits
2016-06-01  dokogcc/c-family/ChangeLog:
2016-04-28  dokogcc/c-family/ChangeLog:
2016-03-21  jakub PR target/70296
2016-03-09  dmalcolmPR c++/70105: prevent nonsensical underline spew for...
2016-03-09  dmalcolmPR c++/70105: Defer location expansion until diagnostic...
2016-01-04  jakub Update copyright years.
2015-12-07  dmalcolmFix missing range information for "%q+D" format code
2015-11-20  dmalcolmPR 62314: add ability to add fixit-hints to a diagnostic
2015-11-19  jakub PR preprocessor/60736
2015-11-13  dmalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-06  dmalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06  dmalcolmAdd stats on adhoc table to dump_line_table_statistics
2015-11-02  dmalcolmlibcpp: Improvements to description of source_location...
2015-10-21  law[PATCH 2/9] ENABLE_CHECKING refactoring: libcpp
2015-07-08  tschwingeAddress -Wsign-compare diagnostics
2015-06-30  emsrlibcpp:
2015-05-20  dmalcolmlibcpp: Eliminate most of the non-const/reference-retur...
2015-05-19  dmalcolmReplace line_map union with C++ class hierarchy
2015-05-13  dmalcolmlibcpp/input.c: Add a way to visualize the linemaps...
2015-05-13  dmalcolmlibcpp: Replace macro usage with C++ constructs
2015-05-13  dmalcolmline-map.h: move linemap_assert and friends higher...
2015-05-12  dmalcolmImplement -Wmisleading-indentation
next