aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek27-28/+32
2017-12-20[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser2-1/+8
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger2-1/+5
2017-12-05re PR c++/79228 ('i' suffix for __complex__ extension interferes with C++14 U...Jakub Jelinek2-6/+12
2017-12-01PR c++/79228 - extensions hide C++14 complex literal operatorsJason Merrill2-4/+37
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)David Malcolm3-5/+21
2017-11-21Use -Wtraditional for "would be stringified in traditional C" (PR preprocesso...Eric Gallager2-1/+7
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm3-0/+15
2017-11-13Implement __VA_OPT__Tom Tromey8-24/+248
2017-11-13libcpp: move line typedef and column-numbering comment to top of fileDavid Malcolm2-23/+28
2017-11-06re PR c++/80955 (Macros expanded in definition of user-defined literals)Mukesh Kapoor2-4/+14
2017-11-05[libcpp] Remove semicolon after do {} while (0) in BUF_APPENDTom de Vries2-1/+7
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm4-33/+33
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers3-2/+13
2017-10-10[PATCH] preprocessor stringizing raw stringsNathan Sidwell2-3/+16
2017-09-15Add support for -std=c++2a.Andrew Sutton3-2/+16
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek4-6/+14
2017-08-04Regenerate .pot files.Joseph Myers2-2/+6
2017-07-07libcpp: preserve ranges within macro expansions (PR c++/79300)David Malcolm2-6/+15
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm3-7/+34
2017-06-21line-map.c (location_adhoc_data_update): Perform addition in uintptr_t type r...Jakub Jelinek2-2/+11
2017-06-20Prevent fix-it hints from affecting more than one lineDavid Malcolm3-2/+28
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor1-2/+3
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm3-1/+32
2017-06-05libcpp: add callback for comment-handlingDavid Malcolm3-0/+22
2017-05-02Support fix-it hints that add new linesDavid Malcolm3-8/+69
2017-05-01Regenerate .pot files.Joseph Myers2-1/+5
2017-05-01Eliminate fixit_hint class hierarchyDavid Malcolm3-213/+127
2017-05-01* fr.po: Update.Joseph Myers2-20/+10
2017-04-24Regenerate .pot files.Joseph Myers2-2/+6
2017-04-03Fix numerous typos in commentsJonathan Wakely4-3/+9
2017-03-21Fix search_line_fast for aarch64/ILP32Andreas Schwab2-1/+7
2017-03-16* init.c (cpp_init_builtins): Update __cplusplus for C++17.Jason Merrill2-1/+5
2017-02-09* Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.Gerald Pfeifer2-1/+5
2017-01-31* de.po, eo.po: Update.Joseph Myers3-16/+19
2017-01-27* sr.po: Update.Joseph Myers2-9/+12
2017-01-23* da.po: Update.Joseph Myers2-2/+6
2017-01-10Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm2-1/+28
2017-01-10* da.po: Update.Joseph Myers2-8/+11
2017-01-09* vi.po: Update.Joseph Myers2-10/+13
2017-01-07Fix linemap corruption after very wide source lines (PR c++/72803)David Malcolm2-1/+9
2017-01-05* pt_BR.po, ru.po: Update.Joseph Myers3-17/+19
2017-01-04* fi.po: Update.Joseph Myers2-7/+10
2017-01-03Update .po files from TP.Joseph Myers22-4719/+4677
2017-01-01Update copyright years.Jakub Jelinek27-28/+32
2017-01-01Regenerate .pot files.Joseph Myers2-75/+79
2016-12-15Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm2-19/+29
2016-12-12re PR preprocessor/78680 (ICE in get_substring_ranges_for_loc, at input.c:1398)David Malcolm2-0/+13
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini4-6/+27
2016-11-17Fix locations within raw stringsDavid Malcolm2-1/+17