aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-05-23* system.h: #include <new> earlier.Jason Merrill1-0/+4
2018-05-17line-map.c (linemap_init): Use placement new.Jason Merrill1-0/+5
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm1-0/+4
2018-02-28PR preprocessor/84517 allow double-underscore macros after string literalsJonathan Wakely1-0/+7
2018-02-16re PR bootstrap/82939 (genmatch fills up terminal with endless printing of pe...Richard Biener1-0/+6
2018-02-15PR preprocessor/83063 - __VA_OPT__ and ##Jason Merrill1-0/+14
2018-01-31re PR preprocessor/69869 (internal compiler error: Segmentation fault in call...Jakub Jelinek1-0/+8
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek1-1/+6
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-4/+11
2018-01-14rs6000-p8swap.c (rs6000_sum_of_two_registers_p): New function.Kelvin Nilsen1-0/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+5
2017-12-20[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser1-0/+7
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger1-0/+4
2017-12-05re PR c++/79228 ('i' suffix for __complex__ extension interferes with C++14 U...Jakub Jelinek1-0/+6
2017-12-01PR c++/79228 - extensions hide C++14 complex literal operatorsJason Merrill1-0/+6
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)David Malcolm1-0/+8
2017-11-21Use -Wtraditional for "would be stringified in traditional C" (PR preprocesso...Eric Gallager1-0/+6
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm1-0/+6
2017-11-13Implement __VA_OPT__Tom Tromey1-0/+19
2017-11-13libcpp: move line typedef and column-numbering comment to top of fileDavid Malcolm1-0/+5
2017-11-06re PR c++/80955 (Macros expanded in definition of user-defined literals)Mukesh Kapoor1-0/+8
2017-11-05[libcpp] Remove semicolon after do {} while (0) in BUF_APPENDTom de Vries1-0/+6
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-0/+16
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers1-0/+6
2017-10-10[PATCH] preprocessor stringizing raw stringsNathan Sidwell1-0/+5
2017-09-15Add support for -std=c++2a.Andrew Sutton1-0/+8
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-0/+8
2017-07-07libcpp: preserve ranges within macro expansions (PR c++/79300)David Malcolm1-0/+7
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm1-0/+11
2017-06-21line-map.c (location_adhoc_data_update): Perform addition in uintptr_t type r...Jakub Jelinek1-0/+8
2017-06-20Prevent fix-it hints from affecting more than one lineDavid Malcolm1-0/+7
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm1-0/+8
2017-06-05libcpp: add callback for comment-handlingDavid Malcolm1-0/+6
2017-05-02Support fix-it hints that add new linesDavid Malcolm1-0/+11
2017-05-01Eliminate fixit_hint class hierarchyDavid Malcolm1-0/+32
2017-04-03Fix numerous typos in commentsJonathan Wakely1-0/+6
2017-03-21Fix search_line_fast for aarch64/ILP32Andreas Schwab1-0/+6
2017-03-16* init.c (cpp_init_builtins): Update __cplusplus for C++17.Jason Merrill1-0/+4
2017-02-09* Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.Gerald Pfeifer1-0/+4
2017-01-10Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm1-0/+10
2017-01-07Fix linemap corruption after very wide source lines (PR c++/72803)David Malcolm1-0/+8
2017-01-01Update copyright years.Jakub Jelinek1-1/+5
2016-12-15Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm1-0/+8
2016-12-12re PR preprocessor/78680 (ICE in get_substring_ranges_for_loc, at input.c:1398)David Malcolm1-0/+6
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini1-0/+11
2016-11-17Fix locations within raw stringsDavid Malcolm1-0/+5
2016-11-16re PR bootstrap/72823 (r239175 causes build failure)Jakub Jelinek1-0/+8
2016-11-08[AArch64] Optimized implementation of search_line_fast for the CPP lexerRichard Earnshaw1-0/+4
2016-10-25input.c/libcpp: fix lifetimes of path buffersDavid Malcolm1-0/+4
2016-10-25Implement ~line_maps ()David Malcolm1-0/+7