aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-23Provide location information for terminator characters (PR preprocessor/77672)David Malcolm
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-19Regenerate .pot files.Joseph Myers
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-19expr.c (eval_token): Append "evaluates to 0" to Wundef diagnostic.Prathamesh Kulkarni
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm
2016-08-18re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-06Fix crash in selftest::test_lexer_string_locations_ucn4 (PR bootstrap/72823)David 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-22c-common.c (get_source_date_epoch): Use int64_t instead of long long.John David Anglin
2016-06-03* sr.po: Update.Joseph Myers
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou
2016-05-20Change ENABLE_VALGRIND_CHECKING toMartin Liska
2016-05-18* da.po: Update.Joseph Myers
2016-05-12* fi.po: Update.Joseph Myers
2016-05-03* nl.po: Update.Joseph Myers
2016-04-30* sv.po: Update.Joseph Myers
2016-04-28Update .po files.Joseph Myers
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou
2016-04-21Regenerate .pot files.Joseph Myers
2016-04-13re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt
2016-04-08Regenerate .pot files.Joseph Myers
2016-04-06re PR preprocessor/61817 (Inconsistent location of tokens in the expansion li...Richard Henderson
2016-03-30* da.po: Update.Joseph Myers
2016-03-25re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt
2016-03-21re PR target/70296 (Incorrect handling of vector X; if X is function-like macro)Jakub Jelinek
2016-03-17* fr.po: Update.Joseph Myers
2016-03-15Fix compiling large filesRichard Henderson
2016-03-15expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill
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-03-05* sr.po: Update.Joseph Myers
2016-03-01PR preprocessor/69985: fix ICE with long lines in -WformatDavid Malcolm