Trivial fix in dump_access_tree_1
[gcc.git] / libcpp / ChangeLog
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 David MalcolmEliminate fixit_hint class hierarchy
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-10 David MalcolmFix issues with unrepresentable column numbers (PR...
2017-01-07 David MalcolmFix linemap corruption after very wide source lines...
2017-01-01 Jakub JelinekUpdate copyright years.
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-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 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-01 Eduard Sanouc-common.c (get_source_date_epoch): Rename to cb_get_so...
2016-05-20 Martin LiskaChange ENABLE_VALGRIND_CHECKING to
2016-04-28 Eduard Sanouc-common.c (get_source_date_epoch): New function...
2016-04-13 Bernd Schmidtre PR preprocessor/69650 (ICE in linemap_line_start...
2016-04-06 Richard Hendersonre PR preprocessor/61817 (Inconsistent location of...
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-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...
2016-03-09 David MalcolmPR c++/70105: Defer location expansion until diagnostic...
2016-03-01 David MalcolmPR preprocessor/69985: fix ICE with long lines in ...
2016-02-23 David MalcolmPR preprocessor/69126: avoid comparing ad-hoc and non...
2016-02-08 David MalcolmPR preprocessor/69664: fix rich_location::override_column
2016-02-05 Jakub Jelinekre PR c++/69628 (Conditional jump or move depends on...
2016-01-28 Jakub Jelinekre PR pch/68176 (all pch tests fail on eglibc systems...
2016-01-28 Jakub Jelinek* directives.c (destringize_and_run): Adjust prototype.
2016-01-27 David Malcolmlibcpp: use better locations for _Pragma tokens (prepro...
2016-01-14 David MalcolmPR preprocessor/69177 and PR c++/68819: libcpp fallback...
2016-01-08 Jakub Jelinekre PR c++/69145 (Bogus 'warning: #pragma implementation...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-22 David Malcolmlibcpp: Avoid unnecessary ad-hoc uses for large source...
2015-12-07 David MalcolmFix missing range information for "%q+D" format code
2015-11-20 David MalcolmPR 62314: add ability to add fixit-hints to a diagnostic
2015-11-19 Jakub Jelinekre PR preprocessor/60736 (Crash in preprocessor includi...
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06 David MalcolmAdd stats on adhoc table to dump_line_table_statistics
2015-11-04 Mikhail MaltsevENABLE_CHECKING refactoring: remove remaining occurrences
2015-11-03 Uros Bizjaklex.c (search_line_sse42): Correctly advance the pointe...
2015-11-02 David Malcolmlibcpp: Improvements to description of source_location...
2015-10-21 Mikhail Maltsev[PATCH 2/9] ENABLE_CHECKING refactoring: libcpp
2015-10-21 Mikhail Maltsev[PATCH 1/9] ENABLE_CHECKING refactoring
2015-10-13 Mikhail Maltsev[PATCH 1/9] ENABLE_CHECKING refactoring
2015-09-21 Manuel López-IbáñezHandle lines encoded into several maps in linemap_posit...
2015-09-07 Marek Polaceksystem.h (INTTYPE_MINIMUM): Rewrite to avoid shift...
2015-08-07 Yaakov SelkowitzMakefile.def (libiconv): Define bootstrap=true.
2015-07-08 Thomas SchwingeAddress -Wsign-compare diagnostics
2015-07-03 Paolo Carlini2015-07-03 Paolo Carlini <paolo.carlini@oracle.com>
2015-07-02 Paolo Carlinire PR preprocessor/53690 ([C++11] \u0000 and \U00000000...
2015-06-30 Edward Smith-RowlandImplement N4197 - Adding u8 character literals
2015-06-30 Uros Bizjaklex.c (search_line_sse42): New main loop using asm...
2015-06-08 Marek Polacekre PR c/66415 (ice in location_column_from_byte_offset)
2015-05-26 Manuel López-Ibáñezline-map.c (LINE_MAP_MAX_COLUMN_NUMBER LINE_MAP_MAX_LOC...
2015-05-20 David Malcolmlibcpp: Eliminate most of the non-const/reference-retur...
2015-05-19 David MalcolmReplace line_map union with C++ class hierarchy
2015-05-13 David Malcolmlibcpp/input.c: Add a way to visualize the linemaps...
2015-05-13 David Malcolmlibcpp: Replace macro usage with C++ constructs
2015-05-13 Michael Haubenwallnerlibcpp: Bump to automake 1.11.6
next