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