aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-30Daily bump.GCC Administrator1-0/+5
2020-05-29Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu1-6/+6
2020-05-23libcpp, libdecnumber: configure and substitute ARDavid Edelsohn4-1/+101
2020-05-20preprocessor: Replace some flags with a single enumNathan Sidwell4-35/+36
2020-05-19preprocessor: Random cleanupsNathan Sidwell6-34/+19
2020-05-19preprocessor: Reimplement raw string lexing [pr95149]Nathan Sidwell2-249/+279
2020-05-19preprocessor: Fix ICE with EOF in macro args [pr95182]Nathan Sidwell2-9/+16
2020-05-15Update cpplib sv.po.Joseph Myers2-3/+7
2020-05-14x86: Default CET run-time support to autoH.J. Lu2-6/+41
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill6-11/+16
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell3-11/+40
2020-05-12libcpp: Enable Intel CET on Intel CET enabled host for jitH.J. Lu5-2/+180
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell6-253/+508
2020-04-06Update cpplib eo.po.Joseph Myers2-45/+40
2020-03-31Update cpplib sr.po.Joseph Myers2-47/+35
2020-03-10Update cpplib da.po.Joseph Myers2-30/+25
2020-02-29Update cpplib ru.po.Joseph Myers2-28/+23
2020-02-17Update cpplib sv.po.Joseph Myers2-39/+25
2020-02-14Update .po files.Joseph Myers22-3938/+4686
2020-02-14c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek2-19/+59
2020-02-07Regenerate .pot files.Joseph Myers2-209/+241
2020-02-05Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end ...Martin Sebor2-1/+6
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek2-0/+8
2020-02-04libcpp: Fix ICEs on __has_include syntax errors [PR93545]Jakub Jelinek2-3/+27
2020-02-01Fixes after recent configure changes relating to static librariesAndrew Burgess2-1/+5
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell9-93/+82
2020-01-27gcc: Add new configure options to allow static libraries to be selectedAndrew Burgess2-6/+27
2020-01-24Remove bogus __has_include controlling macroNathan Sidwell2-5/+4
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell10-65/+103
2020-01-17[PR93306] Short-circuit has_includeNathan Sidwell2-22/+18
2020-01-16Work around array out of bounds warning in mkdepsAndreas Krebbel1-1/+1
2020-01-10Add diagnostic pathsDavid Malcolm3-1/+17
2020-01-01Update copyright years.Jakub Jelinek26-27/+31
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm3-2/+9
2019-12-14re PR preprocessor/92919 (invalid memory access in wide_str_to_charconst when...Jakub Jelinek2-0/+17
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm2-4/+34
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt4-0/+285
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers3-2/+11
2019-11-07PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqsJakub Jelinek2-5/+22
2019-11-05Implement C++20 operator<=>.Jason Merrill3-1/+14
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek4-0/+41
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor4-5/+15
2019-10-15[linemap PATCH] Constify lookupNathan Sidwell3-46/+32
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers4-28/+60
2019-10-04[preprocessor/91991] column location overflowNathan Sidwell2-2/+12
2019-10-02internal.h (enum include_type): Remove trailing comma.Richard Biener2-1/+5
2019-10-02Handle :: tokens in C for C2x.Joseph Myers4-24/+37
2019-09-26charset.c (UCS_LIMIT): New macro.Eric Botcazou2-1/+21
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt4-20/+136
2019-09-06[preprocessor] Popping "" file namesNathan Sidwell2-3/+19