[1/7] Preprocessor cleanup
[gcc.git] / libcpp / include /
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...
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06 David MalcolmAdd stats on adhoc table to dump_line_table_statistics
2015-11-02 David Malcolmlibcpp: Improvements to description of source_location...
2015-10-21 Mikhail Maltsev[PATCH 2/9] ENABLE_CHECKING refactoring: libcpp
2015-07-08 Thomas SchwingeAddress -Wsign-compare diagnostics
2015-06-30 Edward Smith-RowlandImplement N4197 - Adding u8 character literals
2015-05-20 David Malcolmlibcpp: Eliminate most of the non-const/reference-retur...
2015-05-19 David MalcolmReplace line_map union with C++ class hierarchy
2015-05-13 David Malcolmlibcpp/input.c: Add a way to visualize the linemaps...
2015-05-13 David Malcolmlibcpp: Replace macro usage with C++ constructs
2015-05-13 David Malcolmline-map.h: move linemap_assert and friends higher...
2015-05-12 David MalcolmImplement -Wmisleading-indentation
2015-05-09 Jason Merrilllex.c (lex_string): Add -Wc++11-compat warning.
2015-05-05 David Malcolmlibcpp: Improvements to comments in line-map.h/c
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-19 Jakub Jelinekre PR preprocessor/63831 (r217292 causes segfaults...
2014-12-02 Manuel López-Ibáñezline-map.h (linemap_assert_fails): Declare.
2014-11-13 Manuel López-Ibáñezline-map.h: Include EXPR, so that unused variable warni...
2014-11-11 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-11-10 Edward Smith-Rowlandcpplib.h (cpp_callbacks): Add has_attribute.
2014-11-06 Joseph MyersPreserve original spellings of extended identifiers.
2014-10-14 Manuel López-Ibáñezline-map.h (linemap_location_from_macro_expansion_p...
2014-09-24 Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-09 Manuel López-Ibáñezinvoke.texi (Wnormalized=): Update.
2014-09-04 Manuel López-Ibáñezoptions.texi: Document that Var and Init are required...
2014-08-23 Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-20 Marek Polacekcpplib.h (cpp_options): Use signed char.
2014-08-19 Marek Polacekc-opts.c (sanitize_cpp_opts): Make warn_long_long be...
next