| Commit message (Expand) | Author | Age | Files | Lines |
* | cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL. | Jakub Jelinek | 2019-12-04 | 1 | -1/+3 |
* | Do not update SSA in lto-stremaer-in | Jan Hubicka | 2019-12-03 | 1 | -2/+2 |
* | PR c++/91363 - P0960R3: Parenthesized initialization of aggregates. | Marek Polacek | 2019-12-03 | 1 | -0/+9 |
* | Implement P1814R0, CTAD for alias templates. | Jason Merrill | 2019-11-27 | 1 | -0/+3 |
* | PR c++/92206 - ICE with typedef to dependent alias. | Jason Merrill | 2019-11-27 | 1 | -3/+8 |
* | re PR c++/92524 (ICE in short program with constexpr and std::array) | Jakub Jelinek | 2019-11-27 | 1 | -0/+5 |
* | [C++] Fix interaction between aka changes and DR1558 (PR92206) | Richard Sandiford | 2019-11-13 | 1 | -2/+4 |
* | Implement D1907R1 "structural type". | Jason Merrill | 2019-11-06 | 1 | -0/+57 |
* | Implement C++20 operator<=>. | Jason Merrill | 2019-11-05 | 1 | -0/+3 |
* | re PR c++/90947 (Simple lookup table of array of strings is miscompiled) | Jakub Jelinek | 2019-10-31 | 1 | -0/+62 |
* | cp-tree.h (omp_declare_variant_finalize, [...]): Declare. | Jakub Jelinek | 2019-10-30 | 1 | -2/+1 |
* | [C++] Avoid exposing internal details in aka types | Richard Sandiford | 2019-10-22 | 1 | -33/+47 |
* | Implement C++20 P1301 [[nodiscard("should have a reason")]]. | JeanHeyd Meneide | 2019-10-19 | 1 | -2/+7 |
* | Add source location to TRAIT_EXPR. | Jason Merrill | 2019-08-31 | 1 | -0/+2 |
* | PR c++/90393 - ICE with thow in ?: | Jason Merrill | 2019-08-15 | 1 | -4/+17 |
* | Implement P0848R3, Conditionally Trivial Special Member Functions. | Jason Merrill | 2019-08-15 | 1 | -0/+25 |
* | tree.c (handle_nodiscard_attribute): Do not warn about nodiscard applied to a... | Paolo Carlini | 2019-08-02 | 1 | -1/+2 |
* | Rename DEFAULT_ARG to DEFERRED_PARSE. | Marek Polacek | 2019-06-23 | 1 | -2/+2 |
* | PR c++/86476 - noexcept-specifier is a complete-class context. | Marek Polacek | 2019-06-22 | 1 | -0/+2 |
* | PR c++/60364 - noreturn after first decl not diagnosed. | Marek Polacek | 2019-06-19 | 1 | -0/+2 |
* | re PR c++/90598 (Return type of explicit destructor call wrong) | Jakub Jelinek | 2019-05-29 | 1 | -0/+4 |
* | CWG 2094 - volatile scalars are trivially copyable. | Marek Polacek | 2019-05-20 | 1 | -1/+2 |
* | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 2019-05-17 | 1 | -4/+6 |
* | call.c (perform_overload_resolution, [...]): Use OVL_P; remove redundant TEMP... | Paolo Carlini | 2019-05-15 | 1 | -5/+3 |
* | Use releasing_vec more broadly. | Jason Merrill | 2019-05-13 | 1 | -12/+5 |
* | call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P. | Paolo Carlini | 2019-05-10 | 1 | -9/+5 |
* | PR c++/89630 - ICE with dependent using-decl as template arg. | Jason Merrill | 2019-03-18 | 1 | -8/+1 |
* | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 2019-03-11 | 1 | -5/+5 |
* | PR c++/88123 - lambda and using-directive. | Jason Merrill | 2019-03-07 | 1 | -0/+2 |
* | PR c++/86740, ICE with constexpr if and nested generic lambdas. | Jason Merrill | 2019-01-17 | 1 | -0/+8 |
* | Implement P0482R5, char8_t: A type for UTF-8 characters and strings | Tom Honermann | 2019-01-14 | 1 | -0/+1 |
* | tree.c (handle_nodiscard_attribute): Improve warning location. | Paolo Carlini | 2019-01-03 | 1 | -2/+3 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 2018-12-19 | 1 | -0/+16 |
* | Implement P0479R5, [[likely]] and [[unlikely]]. | Jason Merrill | 2018-11-16 | 1 | -0/+30 |
* | Remove ovl_used, it is no longer needed | Nathan Sidwell | 2018-11-16 | 1 | -68/+5 |
* | Implement P0315R4, Lambdas in unevaluated contexts. | Jason Merrill | 2018-11-12 | 1 | -12/+17 |
* | [PR C++/87904] lookup ICE | Nathan Sidwell | 2018-11-07 | 1 | -6/+10 |
* | Implement P0732R2, class types in non-type template parameters. | Jason Merrill | 2018-11-05 | 1 | -0/+6 |
* | Fix various latent issues revealed by P0732 work. | Jason Merrill | 2018-11-05 | 1 | -0/+2 |
* | [C++ PATCH] Simplify overloads | Nathan Sidwell | 2018-10-31 | 1 | -29/+22 |
* | 2018-10-17 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2018-10-17 | 1 | -0/+3 |
* | Implement P0840, language support for empty objects. | Jason Merrill | 2018-10-03 | 1 | -0/+27 |
* | Come up with fndecl_built_in_p. | Martin Liska | 2018-08-27 | 1 | -3/+2 |
* | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 2018-08-20 | 1 | -0/+2 |
* | P0595R1 - is_constant_evaluated | Jakub Jelinek | 2018-08-08 | 1 | -3/+11 |
* | PR c++/86480 - nested variadic lambda and constexpr if. | Jason Merrill | 2018-07-17 | 1 | -1/+13 |
* | PR c++/86378 - functional cast in noexcept-specifier. | Jason Merrill | 2018-07-03 | 1 | -2/+2 |
* | re PR c++/86184 (Conditional expression with omitted operand cannot use rvalu... | Marek Polacek | 2018-06-29 | 1 | -0/+5 |
* | [PR c++/85634] Fix tsubst ICE | Nathan Sidwell | 2018-06-20 | 1 | -87/+35 |