aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include
AgeCommit message (Expand)Author
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...dmalcolm
2018-01-27 * c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffixjakub
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)boris
2018-01-03 Update copyright years.jakub
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)dmalcolm
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)dmalcolm
2017-11-13Implement __VA_OPT__tromey
2017-11-13libcpp: move line typedef and column-numbering comment to top of filedmalcolm
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingdmalcolm
2017-10-30Add -std=c17, -std=gnu17.jsm28
2017-09-15 Add support for -std=c++2a.jakub
2017-09-15 * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentjakub
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)dmalcolm
2017-06-20Prevent fix-it hints from affecting more than one linedmalcolm
2017-06-09Add support for mutually-incompatible fix-it hintsdmalcolm
2017-06-05libcpp: add callback for comment-handlingdmalcolm
2017-05-02Support fix-it hints that add new linesdmalcolm
2017-05-01Eliminate fixit_hint class hierarchydmalcolm
2017-04-03Fix numerous typos in commentsredi
2017-01-01 Update copyright years.jakub
2016-11-23gcc:bonzini
2016-10-25Implement ~line_maps ()dmalcolm
2016-10-11gcc/jakub
2016-09-26Implement -Wimplicit-fallthrough.mpolacek
2016-09-21 Add from_macro_definition_at predicate for locations.jason
2016-09-15fix-it hints can't contain newlinesdmalcolm
2016-09-13fix-it hints: insert_before vs insert_afterdmalcolm
2016-09-02Introduce class edit_contextdmalcolm
2016-08-31diagnostic-show-locus.c: handle fixits on lines outside the regular rangesdmalcolm
2016-08-31Remove arbitrary limits from rich_locationdmalcolm
2016-08-30rich_location: add convenience overloads for adding fix-it hintsdmalcolm
2016-08-29Allow the use of ad-hoc locations for fix-it hintsdmalcolm
2016-08-26Add validation and consolidation of fix-it hintsdmalcolm
2016-08-23line-map.h: add source_range::from_locationsdmalcolm
2016-08-19Reimplement removal fix-it hints in terms of replacedmalcolm
2016-08-19Implement C _FloatN, _FloatNx types.jsm28
2016-08-18Spelling suggestions for misspelled preprocessor directivesdmalcolm
2016-08-05On-demand locations within string-literalsdmalcolm
2016-08-01* include/cpplib.h: Fix comment typo.schwab
2016-07-27Move make_location from tree.h/c to input.h/cdmalcolm
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesdmalcolm
2016-06-22libcpp: Tweak to missing #include source locationdmalcolm
2016-06-22Implement -fdiagnostics-parseable-fixitsdmalcolm
2016-06-01gcc/c-family/ChangeLog:doko
2016-04-28gcc/c-family/ChangeLog:doko
2016-03-21 PR target/70296jakub
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsdmalcolm
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusdmalcolm
2016-01-04 Update copyright years.jakub
2015-12-07Fix missing range information for "%q+D" format codedmalcolm