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...David Malcolm
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov
2018-01-03Update copyright years.Jakub Jelinek
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)David Malcolm
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm
2017-11-13Implement __VA_OPT__Tom Tromey
2017-11-13libcpp: move line typedef and column-numbering comment to top of fileDavid Malcolm
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers
2017-09-15Add support for -std=c++2a.Andrew Sutton
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm
2017-06-20Prevent fix-it hints from affecting more than one lineDavid Malcolm
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm
2017-06-05libcpp: add callback for comment-handlingDavid Malcolm
2017-05-02Support fix-it hints that add new linesDavid Malcolm
2017-05-01Eliminate fixit_hint class hierarchyDavid Malcolm
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini
2016-10-25Implement ~line_maps ()David Malcolm
2016-10-12gcc/Jakub Jelinek
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-21Add from_macro_definition_at predicate for locations.Jason Merrill
2016-09-15fix-it hints can't contain newlinesDavid Malcolm
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm
2016-09-02Introduce class edit_contextDavid Malcolm
2016-08-31diagnostic-show-locus.c: handle fixits on lines outside the regular rangesDavid Malcolm
2016-08-31Remove arbitrary limits from rich_locationDavid Malcolm
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm
2016-08-29Allow the use of ad-hoc locations for fix-it hintsDavid Malcolm
2016-08-26Add validation and consolidation of fix-it hintsDavid Malcolm
2016-08-23line-map.h: add source_range::from_locationsDavid Malcolm
2016-08-19Reimplement removal fix-it hints in terms of replaceDavid Malcolm
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm
2016-08-05On-demand locations within string-literalsDavid Malcolm
2016-08-01* include/cpplib.h: Fix comment typo.Andreas Schwab
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesDavid Malcolm
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou
2016-03-21re PR target/70296 (Incorrect handling of vector X; if X is function-like macro)Jakub Jelinek
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsDavid Malcolm
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm