2021-09-03 |
Jason Merrill | c++: Avoid bogus -Wunused with recent change
|
commit | commitdiff | tree |
2021-09-01 |
Jason Merrill | libcpp: __VA_OPT__ tweak 2021-09-01 Jason Merrill <jason@redhat.com>
|
commit | commitdiff | tree |
2021-08-31 |
Jason Merrill | c++: Various small fixes
|
commit | commitdiff | tree |
2021-08-31 |
Jason Merrill | c++: use iloc_sentinel in another place
|
commit | commitdiff | tree |
2021-08-31 |
Jason Merrill | c++: Improve error recovery with constexpr [PR92193]
|
commit | commitdiff | tree |
2021-08-30 |
Jason Merrill | c++: limit instantiation with ill-formed class [PR96286]
|
commit | commitdiff | tree |
2021-08-30 |
Jason Merrill | c++: preserve location through constexpr
|
commit | commitdiff | tree |
2021-08-30 |
Jason Merrill | c++: fold function template args sooner [PR101460]
|
commit | commitdiff | tree |
2021-08-30 |
Jason Merrill | c++: Add warning about missing 'requires'
|
commit | commitdiff | tree |
2021-08-27 |
Jason Merrill | c++: Set type on dependent ARROW_EXPR
|
commit | commitdiff | tree |
2021-07-31 |
Jason Merrill | c++: ICE on anon struct with base [PR96636]
|
commit | commitdiff | tree |
2021-07-31 |
Jason Merrill | c++: pretty-print TYPE_PACK_EXPANSION better
|
commit | commitdiff | tree |
2021-07-30 |
Jason Merrill | c++: Reject anonymous struct with bases
|
commit | commitdiff | tree |
2021-07-15 |
Jason Merrill | c++: fix tree_contains_struct for C++ types [PR101095]
|
commit | commitdiff | tree |
2021-07-14 |
Jason Merrill | vec: use auto_vec in a few more places
|
commit | commitdiff | tree |
2021-07-14 |
Jason Merrill | c++: enable -fdelete-dead-exceptions by default
|
commit | commitdiff | tree |
2021-07-09 |
Jason Merrill | c++: concepts TS and explicit specialization [PR101098]
|
commit | commitdiff | tree |
2021-06-29 |
Jason Merrill | c++: don't treat member var as var template
|
commit | commitdiff | tree |
2021-06-26 |
Jason Merrill | except: remove dwarf2out.h dependency
|
commit | commitdiff | tree |
2021-06-26 |
Jason Merrill | c++: constexpr aggr init of empty class [PR101040]
|
commit | commitdiff | tree |
2021-06-21 |
Jason Merrill | expand: empty class return optimization [PR88529]
|
commit | commitdiff | tree |
2021-06-17 |
Jason Merrill | c++: deleted after first declaration [PR101106]
|
commit | commitdiff | tree |
2021-06-17 |
Jason Merrill | mklog: add subject line skeleton
|
commit | commitdiff | tree |
2021-06-17 |
Jason Merrill | c++: Tweak PR101029 fix
|
commit | commitdiff | tree |
2021-06-16 |
Jason Merrill | c++: static memfn from non-dependent base [PR101078]
|
commit | commitdiff | tree |
2021-06-16 |
Jason Merrill | libcpp: location comparison within macro [PR100796]
|
commit | commitdiff | tree |
2021-06-13 |
Jason Merrill | c: adjust [[maybe_unused]] testcase
|
commit | commitdiff | tree |
2021-06-12 |
Jason Merrill | c-family: don't warn for [[maybe_unused]] on data member
|
commit | commitdiff | tree |
2021-06-12 |
Jason Merrill | c++: constexpr and array[0] [PR101029]
|
commit | commitdiff | tree |
2021-06-12 |
Jason Merrill | c++: speed up looking up the current class
|
commit | commitdiff | tree |
2021-06-09 |
Jason Merrill | c++: remove redundant warning [PR100879]
|
commit | commitdiff | tree |
2021-06-08 |
Jason Merrill | c++: update diagnostic messages
|
commit | commitdiff | tree |
2021-06-08 |
Jason Merrill | c++: Test for mixed string literal concatenation
|
commit | commitdiff | tree |
2021-06-08 |
Jason Merrill | c++: Test for whitespace and line splice
|
commit | commitdiff | tree |
2021-06-08 |
Jason Merrill | c++: Add test for C++23 narrowing conv to bool
|
commit | commitdiff | tree |
2021-06-08 |
Jason Merrill | c++: braced-list overload resolution [PR100963]
|
commit | commitdiff | tree |
2021-06-08 |
Jason Merrill | c++: preserve BASELINK from lookup [PR91706]
|
commit | commitdiff | tree |
2021-06-08 |
Jason Merrill | c++: alias with same name as base fn [PR91706]
|
commit | commitdiff | tree |
2021-06-08 |
Jason Merrill | c++: fix modules binfo merging
|
commit | commitdiff | tree |
2021-06-08 |
Jason Merrill | c++: alias member template [PR100102]
|
commit | commitdiff | tree |
2021-06-03 |
Jason Merrill | MAINTAINERS: Add DCO version number.
|
commit | commitdiff | tree |
2021-06-02 |
Jason Merrill | c++: missing dtor with -fno-elide-constructors [PR100838]
|
commit | commitdiff | tree |
2021-06-02 |
Jason Merrill | MAINTAINERS: Add DCO section
|
commit | commitdiff | tree |
2021-06-01 |
Jason Merrill | c++: no clobber for C++20 destroying delete [PR91859]
|
commit | commitdiff | tree |
2021-06-01 |
Jason Merrill | c++: -Wdeprecated-copy and #pragma diagnostic [PR94492]
|
commit | commitdiff | tree |
2021-05-28 |
Jason Merrill | tree-iterator: C++11 range-for and tree_stmt_iterator
|
commit | commitdiff | tree |
2021-05-28 |
Jason Merrill | c++: 'this' adjustment for devirtualized call
|
commit | commitdiff | tree |
2021-05-27 |
Jason Merrill | c++: argument pack with expansion [PR86355]
|
commit | commitdiff | tree |
2021-05-20 |
Jason Merrill | c++: designators in single-element init lists
|
commit | commitdiff | tree |
2021-05-20 |
Jason Merrill | c++: designated init with anonymous union [PR100489]
|
commit | commitdiff | tree |
2021-05-20 |
Jason Merrill | c++: _Complex template parameter [PR100634]
|
commit | commitdiff | tree |
2021-05-20 |
Jason Merrill | c++: ICE with using and enum [PR100659]
|
commit | commitdiff | tree |
2021-05-19 |
Jason Merrill | c++: ICE with <=> fallback [PR100367]
|
commit | commitdiff | tree |
2021-05-19 |
Jason Merrill | c++: implicit deduction guides, protected access
|
commit | commitdiff | tree |
2021-05-19 |
Jason Merrill | c++: ICE with bad definition of decimal32 [PR100261]
|
commit | commitdiff | tree |
2021-05-19 |
Jason Merrill | c++: template template parm pack expansion [PR100372]
|
commit | commitdiff | tree |
2021-05-18 |
Jason Merrill | c++: non-static member, decltype, {} [PR100205]
|
commit | commitdiff | tree |
2021-05-18 |
Jason Merrill | c++: "perfect" implicitly deleted move [PR100644]
|
commit | commitdiff | tree |
2021-05-14 |
Jason Merrill | c++: simplify enclosing_instantiation_of [PR95870]
|
commit | commitdiff | tree |
2021-05-14 |
Jason Merrill | intl: add comments to _, N_, and G_
|
commit | commitdiff | tree |
2021-05-11 |
Jason Merrill | c++: ICE casting class to vector [PR100517]
|
commit | commitdiff | tree |
2021-05-07 |
Jason Merrill | c++: reject class lvalues in 'rvalue'
|
commit | commitdiff | tree |
2021-05-07 |
Jason Merrill | c++: avoid non-TARGET_EXPR class prvalues
|
commit | commitdiff | tree |
2021-05-07 |
Jason Merrill | c++: don't call 'rvalue' in coroutines code
|
commit | commitdiff | tree |
2021-05-01 |
Jason Merrill | c++: C++11 range-for and ovl/lkp_iterator
|
commit | commitdiff | tree |
2021-04-29 |
Jason Merrill | c++: Add using-declaration testcase
|
commit | commitdiff | tree |
2021-04-29 |
Jason Merrill | c++: Use empty field in constexpr eval.
|
commit | commitdiff | tree |
2021-04-29 |
Jason Merrill | c++: Fix friend attributes [PR51344]
|
commit | commitdiff | tree |
2021-04-29 |
Jason Merrill | c++: ICE with anonymous union [PR97974]
|
commit | commitdiff | tree |
2021-04-29 |
Jason Merrill | c++: constant expressions are evaluated [PR93314]
|
commit | commitdiff | tree |
2021-04-29 |
Jason Merrill | c++: unset COMPOUND_LITERAL_P [PR100079]
|
commit | commitdiff | tree |
2021-04-27 |
Jason Merrill | c++: -Wdeprecated-copy and using operator= [PR92145]
|
commit | commitdiff | tree |
2021-04-20 |
Jason Merrill | c++: unexpanded pack in enum in lambda [PR100109]
|
commit | commitdiff | tree |
2021-04-16 |
Jason Merrill | c++: C++20 class NTTP trailing zero-init [PR100079]
|
commit | commitdiff | tree |
2021-04-15 |
Jason Merrill | c++: constexpr and volatile member function [PR80456]
|
commit | commitdiff | tree |
2021-04-15 |
Jason Merrill | c++: noexcept error recursion [PR100101]
|
commit | commitdiff | tree |
2021-04-15 |
Jason Merrill | c++: lambda in default type template-argument [PR100091]
|
commit | commitdiff | tree |
2021-04-14 |
Jason Merrill | c++: premature overload resolution redux [PR100078]
|
commit | commitdiff | tree |
2021-04-14 |
Jason Merrill | c++: non-static member, array bound, sizeof [PR93314]
|
commit | commitdiff | tree |
2021-04-14 |
Jason Merrill | c++: lambda in non-type template parm type [PR99478]
|
commit | commitdiff | tree |
2021-04-14 |
Jason Merrill | c++: DWARF ICE with defaulted specialization [PR90674]
|
commit | commitdiff | tree |
2021-04-14 |
Jason Merrill | c++: debug location of variable cleanups [PR88742]
|
commit | commitdiff | tree |
2021-04-13 |
Jason Merrill | c++: alias template equivalence and cv-quals [PR100032]
|
commit | commitdiff | tree |
2021-04-13 |
Jason Merrill | c++: generic lambda in template fn with DMI [PR100054]
|
commit | commitdiff | tree |
2021-04-13 |
Jason Merrill | c++: constexpr, inheritance, and local class [PR91933]
|
commit | commitdiff | tree |
2021-04-12 |
Jason Merrill | c++: premature overload resolution [PR93085]
|
commit | commitdiff | tree |
2021-04-11 |
Jason Merrill | c++: ICE with anonymous union [PR97974]
|
commit | commitdiff | tree |
2021-04-10 |
Jason Merrill | c++: ICE with invalid use of 'this' with static memfn...
|
commit | commitdiff | tree |
2021-04-10 |
Jason Merrill | c++: deduction guide using alias [PR99180]
|
commit | commitdiff | tree |
2021-04-10 |
Jason Merrill | c++: pack in base-specifier in lambda [PR100006]
|
commit | commitdiff | tree |
2021-04-08 |
Jason Merrill | c++: improve reference binding diagnostic [PR91849]
|
commit | commitdiff | tree |
2021-04-08 |
Jason Merrill | c++: improve specialization mismatch diagnostic [PR94529]
|
commit | commitdiff | tree |
2021-04-07 |
Jason Merrill | c++: friend with redundant qualification [PR41723]
|
commit | commitdiff | tree |
2021-04-07 |
Jason Merrill | c++: base template friend [PR52625]
|
commit | commitdiff | tree |
2021-04-07 |
Jason Merrill | c++: using overloaded with local decl [PR92918]
|
commit | commitdiff | tree |
2021-04-06 |
Jason Merrill | c++: access checking in aggregate initialization [PR96673]
|
commit | commitdiff | tree |
2021-04-06 |
Jason Merrill | c++: C++17 constexpr static data member linkage [PR99901]
|
commit | commitdiff | tree |
2021-04-06 |
Jason Merrill | c++: mangling of lambdas in default args [PR91241]
|
commit | commitdiff | tree |
2021-04-05 |
Jason Merrill | c++: -Wunused, constant, and generic lambda [PR96311]
|
commit | commitdiff | tree |
2021-04-05 |
Jason Merrill | c++: reinterpret_cast from prvalue to rvalue ref [PR98440]
|
commit | commitdiff | tree |