summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* libcpp, libdecnumber: configure and substitute ARDavid Edelsohn2020-08-174-1/+101
* preprocessor: Replace some flags with a single enumNathan Sidwell2020-08-174-35/+36
* preprocessor: Random cleanupsNathan Sidwell2020-08-176-34/+19
* preprocessor: Reimplement raw string lexing [pr95149]Nathan Sidwell2020-08-172-249/+279
* preprocessor: Fix ICE with EOF in macro args [pr95182]Nathan Sidwell2020-08-172-9/+16
* Update cpplib sv.po.Joseph Myers2020-08-172-3/+7
* x86: Default CET run-time support to autoH.J. Lu2020-08-172-6/+41
* c++: Replace "C++2a" with "C++20".Jason Merrill2020-08-176-11/+16
* preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell2020-08-173-11/+40
* libcpp: Enable Intel CET on Intel CET enabled host for jitH.J. Lu2020-08-175-2/+180
* preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell2020-08-176-253/+508
* Update cpplib eo.po.Joseph Myers2020-04-062-45/+40
* Update cpplib sr.po.Joseph Myers2020-03-312-47/+35
* Update cpplib da.po.Joseph Myers2020-03-102-30/+25
* Update cpplib ru.po.Joseph Myers2020-02-292-28/+23
* Update cpplib sv.po.Joseph Myers2020-02-172-39/+25
* Update .po files.Joseph Myers2020-02-1422-3938/+4686
* c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek2020-02-142-19/+59
* Regenerate .pot files.Joseph Myers2020-02-072-209/+241
* Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end ...Martin Sebor2020-02-052-1/+6
* libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek2020-02-042-0/+8
* libcpp: Fix ICEs on __has_include syntax errors [PR93545]Jakub Jelinek2020-02-042-3/+27
* Fixes after recent configure changes relating to static librariesAndrew Burgess2020-02-012-1/+5
* preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell2020-01-289-93/+82
* gcc: Add new configure options to allow static libraries to be selectedAndrew Burgess2020-01-272-6/+27
* Remove bogus __has_include controlling macroNathan Sidwell2020-01-242-5/+4
* [PR 80005] Fix __has_includeNathan Sidwell2020-01-2010-65/+103
* [PR93306] Short-circuit has_includeNathan Sidwell2020-01-172-22/+18
* Work around array out of bounds warning in mkdepsAndreas Krebbel2020-01-161-1/+1
* Add diagnostic pathsDavid Malcolm2020-01-103-1/+17
* Update copyright years.Jakub Jelinek2020-01-0126-27/+31
* Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm2019-12-183-2/+9
* re PR preprocessor/92919 (invalid memory access in wide_str_to_charconst when...Jakub Jelinek2019-12-142-0/+17
* Replace label_text ctor with "borrow" and "take"David Malcolm2019-12-102-4/+34
* Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt2019-12-094-0/+285
* Support UTF-8 character constants for C2x.Joseph Myers2019-11-143-2/+11
* PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqsJakub Jelinek2019-11-072-5/+22
* Implement C++20 operator<=>.Jason Merrill2019-11-053-1/+14
* re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek2019-10-314-0/+41
* PR c/66970 - Add __has_builtin() macroMartin Sebor2019-10-284-5/+15
* [linemap PATCH] Constify lookupNathan Sidwell2019-10-153-46/+32
* Support decimal floating-point constants in C2x.Joseph Myers2019-10-114-28/+60
* [preprocessor/91991] column location overflowNathan Sidwell2019-10-042-2/+12
* internal.h (enum include_type): Remove trailing comma.Richard Biener2019-10-022-1/+5
* Handle :: tokens in C for C2x.Joseph Myers2019-10-024-24/+37
* charset.c (UCS_LIMIT): New macro.Eric Botcazou2019-09-262-1/+21
* Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt2019-09-194-20/+136
* [preprocessor] Popping "" file namesNathan Sidwell2019-09-062-3/+19
* [preprocessor/91639] #includes at EOFNathan Sidwell2019-09-056-22/+39
* Remove Cell Broadband Engine SPU targetsUlrich Weigand2019-09-033-8/+13