Age | Commit message (Expand) | Author | Files | Lines |
2020-12-10 | c++: Module-specific error and tree dumping | Nathan Sidwell | 1 | -0/+39 |
2020-11-27 | Revert previous change and use pragma to suppress -Wformat-diag. | Martin Sebor | 1 | -10/+8 |
2020-11-25 | Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982) | Martin Sebor | 1 | -3/+18 |
2020-11-21 | Additional small changes to support opaque modes | Aaron Sawdey | 1 | -0/+4 |
2020-10-12 | PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0) | Martin Sebor | 1 | -2/+5 |
2020-10-05 | support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197] | Jakub Jelinek | 1 | -0/+58 |
2020-07-22 | c++: More cleanups for modern C++ | Nathan Sidwell | 1 | -13/+11 |
2020-06-05 | c++: Fix pretty-print of pointer minus integer. | Jason Merrill | 1 | -1/+8 |
2020-04-28 | c++: Parameter pack in requires parameter list [PR94808] | Patrick Palka | 1 | -12/+4 |
2020-04-13 | c++: Infinite diagnostic loop with decltype([]{}) [PR94521] | Patrick Palka | 1 | -0/+2 |
2020-03-20 | c++: Include the constraint parameter mapping in diagnostic constraint contexts | Patrick Palka | 1 | -25/+10 |
2020-02-10 | c++: Improve dump_decl for standard concepts | Patrick Palka | 1 | -10/+8 |
2020-02-10 | c++: Fux strncmp last argument in dump_decl_name [PR93641] | Jakub Jelinek | 1 | -1/+1 |
2020-02-07 | c++: Fix use of local in constexpr if. | Jason Merrill | 1 | -6/+0 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-11 | Introduce pretty_printer::clone vfunc | David Malcolm | 1 | -0/+5 |
2019-12-10 | Replace label_text ctor with "borrow" and "take" | David Malcolm | 1 | -2/+2 |
2019-11-27 | PR c++/92206 - ICE with typedef to dependent alias. | Jason Merrill | 1 | -3/+3 |
2019-11-27 | Diagnose certain constraint errors as hard errors, but otherwise treat them t... | Andrew Sutton | 1 | -0/+3 |
2019-11-05 | Implement C++20 operator<=>. | Jason Merrill | 1 | -0/+1 |
2019-11-02 | PR c++/88335 - Implement P1073R3: Immediate functions | Jakub Jelinek | 1 | -1/+3 |
2019-10-22 | [C++] Avoid exposing internal details in aka types | Richard Sandiford | 1 | -3/+7 |
2019-10-17 | decl.c (grokfndecl): Remove redundant use of in_system_header_at. | Paolo Carlini | 1 | -4/+1 |
2019-10-09 | Update the concepts implementation to conform to C++20. | Jason Merrill | 1 | -13/+189 |
2019-08-05 | cp-tree.h (cp_expr_loc_or_input_loc): New. | Paolo Carlini | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-06-23 | Rename DEFAULT_ARG to DEFERRED_PARSE. | Marek Polacek | 1 | -3/+3 |
2019-05-31 | [C++PATCH] Lambda names are anonymous | Nathan Sidwell | 1 | -8/+9 |
2019-05-28 | [PATCH] Commonize anon-name generation | Nathan Sidwell | 1 | -1/+1 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -15/+17 |
2019-02-19 | re PR c++/89390 (ICE in get_string, at spellcheck-tree.h:46) | Jakub Jelinek | 1 | -1/+1 |
2019-01-17 | [PR86648] use auto identifier for class placeholder templates | Alexandre Oliva | 1 | -0/+6 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-29 | C++: namespaces and scopes for enum values (PR c++/88121) | David Malcolm | 1 | -2/+23 |
2018-11-05 | Implement P0732R2, class types in non-type template parameters. | Jason Merrill | 1 | -0/+3 |
2018-10-29 | C++: simplify output from suggest_alternatives_for | David Malcolm | 1 | -7/+36 |
2018-09-28 | tree.h (BLOCK_ORIGIN): New. | Richard Biener | 1 | -10/+0 |
2018-09-17 | Add range_idx param to range_label::get_text | David Malcolm | 1 | -1/+1 |
2018-08-27 | Less verbose fix-it hints for missing header files (PR 87091) | David Malcolm | 1 | -1/+1 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -0/+2 |
2018-08-15 | diagnostics: add labeling of source ranges | David Malcolm | 1 | -0/+28 |
2018-08-02 | Fix memory leak of pretty_printer prefixes | David Malcolm | 1 | -2/+7 |
2018-08-01 | PR tree-optimization/86650 - -Warray-bounds missing inlining context | Martin Sebor | 1 | -1/+1 |
2018-07-28 | C++: clean up cp_printer | David Malcolm | 1 | -26/+20 |
2018-06-20 | re PR c++/86240 (ice: unexpected expression absu_expr) | Marek Polacek | 1 | -0/+1 |
2018-06-18 | tree.c (cp_expr_location): New. | Jason Merrill | 1 | -1/+1 |
2018-05-24 | cp-tree.h (INDIRECT_TYPE_P): New. | Paolo Carlini | 1 | -2/+2 |
2018-05-14 | cp-tree.h (TYPE_REF_P): New. | Paolo Carlini | 1 | -10/+10 |
2018-04-18 | [PR c++/80290] recycle tinst garbage sooner | Alexandre Oliva | 1 | -6/+6 |
2018-04-09 | PR c++/85279 - dump_expr doesn't understand decltype. | Jason Merrill | 1 | -0/+1 |