aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-03-21Fix search_line_fast for aarch64/ILP32Andreas Schwab
2017-03-16 * init.c (cpp_init_builtins): Update __cplusplus for C++17.Jason Merrill
2017-02-09 * Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.Gerald Pfeifer
2017-01-31 * de.po, eo.po: Update.Joseph Myers
2017-01-27 * sr.po: Update.Joseph Myers
2017-01-23 * da.po: Update.Joseph Myers
2017-01-10Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm
2017-01-10 * da.po: Update.Joseph Myers
2017-01-09 * vi.po: Update.Joseph Myers
2017-01-07Fix linemap corruption after very wide source lines (PR c++/72803)David Malcolm
2017-01-05 * pt_BR.po, ru.po: Update.Joseph Myers
2017-01-04 * fi.po: Update.Joseph Myers
2017-01-03Update .po files from TP.Joseph Myers
2017-01-01 Update copyright years.Jakub Jelinek
2017-01-01Regenerate .pot files.Joseph Myers
2016-12-15Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm
2016-12-12Fix for PR preprocessor/78680David Malcolm
2016-11-23gcc:Paolo Bonzini
2016-11-17Fix locations within raw stringsDavid Malcolm
2016-11-16 PR bootstrap/72823Jakub Jelinek
2016-11-08[AArch64] Optimized implementation of search_line_fast for the CPP lexerRichard Earnshaw
2016-10-29 * eo.po: Update.Joseph Myers
2016-10-25input.c/libcpp: fix lifetimes of path buffersDavid Malcolm
2016-10-25Implement ~line_maps ()David Malcolm
2016-10-212016-10-21 Andris Pavenis <andris.pavenis@iki.fi>Andris Pavenis
2016-10-11gcc/Jakub Jelinek
2016-10-08 * doc/invoke.texi: Document accepting Else, fallthrough.Jakub Jelinek
2016-10-08 * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU commentJakub Jelinek
2016-10-08 * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COMMENTJakub Jelinek
2016-10-05libcpp/ChangeLog:Kelvin Nilsen
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-23Provide location information for terminator characters (PR preprocessor/77672)David Malcolm
2016-09-21 Add 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-19Regenerate .pot files.Joseph Myers
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-192016-08-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>Prathamesh Kulkarni
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm
2016-08-18 PR c/7652Marek Polacek
2016-08-12 PR c/7652Marek Polacek