summaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2020-07-31Daily bump.GCC Administrator
2020-07-30Require CET support only for the final GCC buildH.J. Lu
2020-07-30Daily bump.GCC Administrator
2020-07-29preprocessor: Teach traditional about has_include [PR95889]Tiziano Müller
2020-07-29Daily bump.GCC Administrator
2020-07-28libcpp: Fix up raw string literal parsing error-recovery [PR96323]Jakub Jelinek
2020-07-28preprocessor: Simplify read_mainNathan Sidwell
2020-07-21Daily bump.GCC Administrator
2020-07-20Regenerate .pot files.Joseph Myers
2020-07-20preprocessor: line-map cleanupsNathan Sidwell
2020-07-15Daily bump.GCC Administrator
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt
2020-07-08Daily bump.GCC Administrator
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell
2020-05-30Daily bump.GCC Administrator
2020-05-29Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu
2020-05-23libcpp, libdecnumber: configure and substitute ARDavid Edelsohn
2020-05-20preprocessor: Replace some flags with a single enumNathan Sidwell
2020-05-19preprocessor: Random cleanupsNathan Sidwell
2020-05-19preprocessor: Reimplement raw string lexing [pr95149]Nathan Sidwell
2020-05-19preprocessor: Fix ICE with EOF in macro args [pr95182]Nathan Sidwell
2020-05-15Update cpplib sv.po.Joseph Myers
2020-05-14x86: Default CET run-time support to autoH.J. Lu
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell
2020-05-12libcpp: Enable Intel CET on Intel CET enabled host for jitH.J. Lu
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