summaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell
2020-04-06Update cpplib eo.po.Joseph Myers
2020-03-31Update cpplib sr.po.Joseph Myers
2020-03-10Update cpplib da.po.Joseph Myers
2020-02-29Update cpplib ru.po.Joseph Myers
2020-02-17Update cpplib sv.po.Joseph Myers
2020-02-14Update .po files.Joseph Myers
2020-02-14c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek
2020-02-07Regenerate .pot files.Joseph Myers
2020-02-05Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end ...Martin Sebor
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek
2020-02-04libcpp: Fix ICEs on __has_include syntax errors [PR93545]Jakub Jelinek
2020-02-01Fixes after recent configure changes relating to static librariesAndrew Burgess
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell
2020-01-27gcc: Add new configure options to allow static libraries to be selectedAndrew Burgess
2020-01-24Remove bogus __has_include controlling macroNathan Sidwell
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell
2020-01-17[PR93306] Short-circuit has_includeNathan Sidwell
2020-01-16Work around array out of bounds warning in mkdepsAndreas Krebbel
2020-01-10Add diagnostic pathsDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm
2019-12-14re PR preprocessor/92919 (invalid memory access in wide_str_to_charconst when...Jakub Jelinek
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers
2019-11-07PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqsJakub Jelinek
2019-11-05Implement C++20 operator<=>.Jason Merrill
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor
2019-10-15[linemap PATCH] Constify lookupNathan Sidwell
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers
2019-10-04[preprocessor/91991] column location overflowNathan Sidwell
2019-10-02internal.h (enum include_type): Remove trailing comma.Richard Biener
2019-10-02Handle :: tokens in C for C2x.Joseph Myers
2019-09-26charset.c (UCS_LIMIT): New macro.Eric Botcazou
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt
2019-09-06[preprocessor] Popping "" file namesNathan Sidwell
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
2019-08-29[preprocessor] Include stackingNathan Sidwell
2019-08-28[Preprocessor] small cleanupsNathan Sidwell
2019-08-09* zh_TW.po: Update.Joseph Myers
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03Remove another bunch of dead assignment.Martin Liska
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao
2019-06-26[PR preprocessor/90927] Fixe dependency outputNathan Sidwell
2019-05-19[PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski
2019-05-14Fix min_location usage in line-map.c (PR preprocessor/90382).Martin Liska