]> gcc.gnu.org Git - gcc.git/history - libcpp
Enable building libmpx with Intel CET
[gcc.git] / libcpp /
2017-11-13 Tom TromeyImplement __VA_OPT__
2017-11-13 David Malcolmlibcpp: move line typedef and column-numbering comment...
2017-11-06 Mukesh Kapoorre PR c++/80955 (Macros expanded in definition of user...
2017-11-05 Tom de Vries[libcpp] Remove semicolon after do {} while (0) in...
2017-10-31 David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-30 Joseph MyersAdd -std=c17, -std=gnu17.
2017-10-10 Nathan Sidwell[PATCH] preprocessor stringizing raw strings
2017-09-15 Andrew SuttonAdd support for -std=c++2a.
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-08-04 Joseph MyersRegenerate .pot files.
2017-07-07 David Malcolmlibcpp: preserve ranges within macro expansions (PR...
2017-07-06 David Malcolmdiagnostics: fix end-points of ranges within macros...
2017-06-21 Jakub Jelinekline-map.c (location_adhoc_data_update): Perform additi...
2017-06-20 David MalcolmPrevent fix-it hints from affecting more than one line
2017-06-16 Martin SeborPR c++/80560 - warn on undefined memory operations...
2017-06-09 David MalcolmAdd support for mutually-incompatible fix-it hints
2017-06-05 David Malcolmlibcpp: add callback for comment-handling
2017-05-02 David MalcolmSupport fix-it hints that add new lines
2017-05-01 Joseph MyersRegenerate .pot files.
2017-05-01 David MalcolmEliminate fixit_hint class hierarchy
2017-04-30 Joseph Myers* fr.po: Update.
2017-04-24 Joseph MyersRegenerate .pot files.
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-03-21 Andreas SchwabFix search_line_fast for aarch64/ILP32
2017-03-16 Jason Merrill* init.c (cpp_init_builtins): Update __cplusplus for...
2017-02-09 Gerald Pfeifer* Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting...
2017-01-31 Joseph Myers* de.po, eo.po: Update.
2017-01-27 Joseph Myers* sr.po: Update.
2017-01-23 Joseph Myers* da.po: Update.
2017-01-10 David MalcolmFix issues with unrepresentable column numbers (PR...
2017-01-10 Joseph Myers* da.po: Update.
2017-01-09 Joseph Myers* vi.po: Update.
2017-01-07 David MalcolmFix linemap corruption after very wide source lines...
2017-01-05 Joseph Myers* pt_BR.po, ru.po: Update.
2017-01-04 Joseph Myers* fi.po: Update.
2017-01-03 Joseph MyersUpdate .po files from TP.
2017-01-01 Jakub JelinekUpdate copyright years.
2017-01-01 Joseph MyersRegenerate .pot files.
2016-12-15 David MalcolmFix use-after-free lexing unterminated raw strings...
2016-12-12 David Malcolmre PR preprocessor/78680 (ICE in get_substring_ranges_f...
2016-11-23 Paolo Bonzinisystem.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do...
2016-11-17 David MalcolmFix locations within raw strings
2016-11-16 Jakub Jelinekre PR bootstrap/72823 (r239175 causes build failure)
2016-11-08 Richard Earnshaw[AArch64] Optimized implementation of search_line_fast...
2016-10-29 Joseph Myers* eo.po: Update.
2016-10-25 David Malcolminput.c/libcpp: fix lifetimes of path buffers
2016-10-25 David MalcolmImplement ~line_maps ()
2016-10-21 Andris Pavenisre PR preprocessor/71681 (header.gcc file lookup is...
2016-10-11 Jakub Jelinekgcc/
2016-10-08 Jakub Jelinekinvoke.texi: Document accepting Else, fallthrough.
2016-10-08 Jakub Jelinekinvoke.texi (-Wimplicit-fallthrough): Document FALLTHRU...
2016-10-08 Jakub Jelinekc-lex.c (c_lex_with_flags): For CPP_COMMENT token with...
2016-10-05 Kelvin Nilsenre PR target/77847 (PowerPC big endian power7/power8...
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-23 David MalcolmProvide location information for terminator characters...
2016-09-21 Jason MerrillAdd from_macro_definition_at predicate for locations.
2016-09-15 David Malcolmfix-it hints can't contain newlines
2016-09-13 David Malcolmfix-it hints: insert_before vs insert_after
2016-09-02 David MalcolmIntroduce class edit_context
2016-08-31 David Malcolmdiagnostic-show-locus.c: handle fixits on lines outside...
2016-08-31 David MalcolmRemove arbitrary limits from rich_location
2016-08-30 David Malcolmrich_location: add convenience overloads for adding...
2016-08-29 David MalcolmAllow the use of ad-hoc locations for fix-it hints
2016-08-26 David MalcolmAdd validation and consolidation of fix-it hints
2016-08-23 David Malcolmline-map.h: add source_range::from_locations
2016-08-19 David MalcolmReimplement removal fix-it hints in terms of replace
2016-08-19 Joseph MyersRegenerate .pot files.
2016-08-19 Joseph MyersImplement C _FloatN, _FloatNx types.
2016-08-19 Prathamesh Kulkarniexpr.c (eval_token): Append "evaluates to 0" to Wundef...
2016-08-18 David MalcolmSpelling suggestions for misspelled preprocessor directives
2016-08-18 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-06 David MalcolmFix crash in selftest::test_lexer_string_locations_ucn4...
2016-08-05 David MalcolmOn-demand locations within string-literals
2016-08-01 Andreas Schwab* include/cpplib.h: Fix comment typo.
2016-07-27 David MalcolmMove make_location from tree.h/c to input.h/c
2016-07-11 David Malcolminput.c: add lexing selftests and a test matrix for...
2016-06-22 David Malcolmlibcpp: Tweak to missing #include source location
2016-06-22 David MalcolmImplement -fdiagnostics-parseable-fixits
2016-06-22 John David Anglinc-common.c (get_source_date_epoch): Use int64_t instead...
2016-06-03 Joseph Myers* sr.po: Update.
2016-06-01 Eduard Sanouc-common.c (get_source_date_epoch): Rename to cb_get_so...
2016-05-20 Martin LiskaChange ENABLE_VALGRIND_CHECKING to
2016-05-18 Joseph Myers* da.po: Update.
2016-05-12 Joseph Myers* fi.po: Update.
2016-05-03 Joseph Myers* nl.po: Update.
2016-04-30 Joseph Myers* sv.po: Update.
2016-04-28 Joseph MyersUpdate .po files.
2016-04-28 Eduard Sanouc-common.c (get_source_date_epoch): New function...
2016-04-21 Joseph MyersRegenerate .pot files.
2016-04-13 Bernd Schmidtre PR preprocessor/69650 (ICE in linemap_line_start...
2016-04-08 Joseph MyersRegenerate .pot files.
2016-04-06 Richard Hendersonre PR preprocessor/61817 (Inconsistent location of...
2016-03-30 Joseph Myers* da.po: Update.
2016-03-25 Bernd Schmidtre PR preprocessor/69650 (ICE in linemap_line_start...
2016-03-21 Jakub Jelinekre PR target/70296 (Incorrect handling of vector X...
2016-03-17 Joseph Myers* fr.po: Update.
2016-03-15 Richard HendersonFix compiling large files
2016-03-15 Jason Merrillexpr.c (cpp_classify_number): Hex floats are new in...
2016-03-09 David MalcolmPR c++/70105: prevent nonsensical underline spew for...
next
This page took 0.214744 seconds and 8 git commands to generate.