Age | Commit message (Expand) | Author | Files | Lines |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 12 | -349/+2491 |
2018-11-07 | [PR C++/87904] lookup ICE | Nathan Sidwell | 3 | -8/+17 |
2018-11-05 | Implement UDL changes from P0732R2. | Jason Merrill | 4 | -51/+80 |
2018-11-05 | Implement P0732R2, class types in non-type template parameters. | Jason Merrill | 7 | -115/+291 |
2018-11-05 | Fix various latent issues revealed by P0732 work. | Jason Merrill | 4 | -10/+31 |
2018-11-05 | PR c++/60503 - wrong lambda attribute syntax. | Jason Merrill | 2 | -6/+11 |
2018-11-02 | [C++ PATCH] refactor duplicate_decls | Nathan Sidwell | 2 | -77/+61 |
2018-11-01 | Implement P0846R0, ADL and function templates. | Marek Polacek | 5 | -15/+81 |
2018-11-01 | [ABI PATCH] static anonymous unions of function scope | Nathan Sidwell | 8 | -139/+127 |
2018-11-01 | Make __PRETTY_FUNCTION__-like functions mergeable string csts (PR c++/64266). | Martin Liska | 5 | -17/+46 |
2018-10-31 | [C++ PATCH] Simplify overloads | Nathan Sidwell | 4 | -31/+39 |
2018-10-30 | Implement P0892R2, explicit(bool). | Marek Polacek | 6 | -3/+136 |
2018-10-30 | decl.c (grokdeclarator): Use declarator->id_loc in diagnostic about flexible ... | Paolo Carlini | 2 | -1/+6 |
2018-10-29 | C++: simplify output from suggest_alternatives_for | David Malcolm | 7 | -126/+532 |
2018-10-29 | Folding and check_function_arguments | David Malcolm | 2 | -4/+8 |
2018-10-29 | decl.c (create_array_type_for_decl): Add location_t parameter and use it. | Paolo Carlini | 2 | -12/+20 |
2018-10-29 | PR c++/87594 - constexpr rejects-valid with range-based for. | Marek Polacek | 2 | -2/+11 |
2018-10-29 | [OpenACC] Support C++ "this" in OpenACC directives | Joseph Myers | 2 | -1/+9 |
2018-10-25 | * parser.c (cp_parser_sizeof_operand): Remove redundant grokdeclarator. | Jason Merrill | 2 | -14/+6 |
2018-10-24 | re PR c++/86288 (Recognize __gnu and/or __gnu__ as attribute-namespace) | Jakub Jelinek | 2 | -3/+15 |
2018-10-24 | PR c++/84851 - missing -Wclass-memaccess for a memcpy in a copy ctor with a n... | Martin Sebor | 2 | -9/+5 |
2018-10-17 | Run selftests for C++ as well as C | David Malcolm | 2 | -0/+33 |
2018-10-17 | 2018-10-17 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2 | -1/+4 |
2018-10-17 | re PR c++/84705 (internal compiler error: in add_stmt, at cp/semantics.c:390) | Paolo Carlini | 1 | -0/+7 |
2018-10-12 | [C++ PATCH] more TU parsing refactoring | Nathan Sidwell | 3 | -67/+74 |
2018-10-11 | re PR c++/87364 (Pretty print of enumerator never prints the id, always falls... | Will Wray | 2 | -0/+44 |
2018-10-11 | C++: suggestions for misspelled private members (PR c++/84993) | David Malcolm | 4 | -68/+189 |
2018-10-11 | [C++ PATCH] parser simplification | Nathan Sidwell | 2 | -49/+42 |
2018-10-11 | re PR c++/87582 (Returning a reference to a data member via structured bindin... | Jakub Jelinek | 2 | -0/+21 |
2018-10-11 | re PR c++/87547 (G++ reports bad type names for bit-field members) | Jakub Jelinek | 2 | -1/+7 |
2018-10-10 | PR c++/87567 - constexpr rejects call to non-constexpr function. | Marek Polacek | 2 | -2/+22 |
2018-10-09 | re PR c++/84423 ([concepts] ICE with invalid using declaration) | Paolo Carlini | 4 | -12/+36 |
2018-10-08 | re PR c++/71128 ([concepts] ICE on ill-formed explicit instantiation of a fun... | Paolo Carlini | 2 | -0/+14 |
2018-10-05 | Support string locations for C++ in -Wformat (PR c++/56856) | David Malcolm | 4 | -2/+30 |
2018-10-04 | [C++ PATCH] String concatenation is a thing | Nathan Sidwell | 2 | -22/+28 |
2018-10-03 | Implement P0840, language support for empty objects. | Jason Merrill | 3 | -53/+166 |
2018-10-03 | Properly mark lambdas in GCOV (PR gcov-profile/86109). | Martin Liska | 2 | -0/+7 |
2018-10-02 | c-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE. | Richard Biener | 2 | -4/+4 |
2018-09-28 | calls.c (expand_call): Try to do a tail call for thunks at -O0 too. | Eric Botcazou | 2 | -1/+6 |
2018-09-28 | tree.h (BLOCK_ORIGIN): New. | Richard Biener | 2 | -10/+5 |
2018-09-27 | re PR c++/84940 (internal compiler error: in build_value_init_noctor, at cp/i... | Paolo Carlini | 2 | -3/+10 |
2018-09-25 | re PR c++/87398 (g++ ICE on valid code: tree check: expected record_type or u... | Jakub Jelinek | 2 | -1/+8 |
2018-09-25 | Remove unused functions and fields. | Martin Liska | 3 | -23/+6 |
2018-09-24 | cp-tree.h (build_noexcept_spec, [...]): Adjust declarations. | Marek Polacek | 3 | -4/+4 |
2018-09-24 | re PR c++/85070 (ICE on C++ code: in lazily_declare_fn, at cp/method.c:2409) | Paolo Carlini | 2 | -1/+7 |
2018-09-21 | PR c++/87372 - __func__ constexpr evaluation. | Marek Polacek | 2 | -1/+7 |
2018-09-21 | * constexpr.c (cxx_eval_outermost_constant_expr): Update comment. | Jason Merrill | 1 | -0/+3 |
2018-09-20 | PR c++/87109 - wrong ctor with maybe-rvalue semantics. | Marek Polacek | 2 | -3/+12 |
2018-09-20 | Fix and document -r option | Allan Sandfeld Jensen | 2 | -0/+5 |
2018-09-20 | PR c++/87075 - ICE with constexpr array initialization. | Jason Merrill | 2 | -0/+8 |