[PATCH] D67113: ICK_Function_Conversion is a third kind conversion

2020-08-29 Thread Aaron Puchert via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb4a2d36c3f74: [Sema] ICK_Function_Conversion is a third kind conversion (authored by aaronpuchert). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67113/new/

[PATCH] D67113: ICK_Function_Conversion is a third kind conversion

2020-08-28 Thread Aaron Puchert via Phabricator via cfe-commits
aaronpuchert added a comment. Herald added a subscriber: danielkiss. In D67113#2244463 , @aaron.ballman wrote: > There may be a deeper issue here in that there are four standard conversion > sequences, not three: http://eel.is/c++draft/conv#1, but otherw

[PATCH] D67113: ICK_Function_Conversion is a third kind conversion

2020-08-28 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added a comment. In D67113#2243451 , @aaronpuchert wrote: > Maybe this is to trivial for a review. The comment on > `StandardConversionSequence::Third` in clang/Sema/Overload.h says > >> The third conversion can be a qualification conversio

[PATCH] D67113: ICK_Function_Conversion is a third kind conversion

2020-08-27 Thread Aaron Puchert via Phabricator via cfe-commits
aaronpuchert added a reviewer: aaron.ballman. aaronpuchert added a comment. Maybe this is to trivial for a review. The comment on `StandardConversionSequence::Third` in clang/Sema/Overload.h says > The third conversion can be a qualification conversion or a function > conversion. Repository:

[PATCH] D67113: ICK_Function_Conversion is a third kind conversion

2020-02-01 Thread Aaron Puchert via Phabricator via cfe-commits
aaronpuchert added a comment. @rsmith Could you have a look at this? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67113/new/ https://reviews.llvm.org/D67113 ___ cfe-commits mailing list cfe-commits@li

[PATCH] D67113: ICK_Function_Conversion is a third kind conversion

2019-09-30 Thread Aaron Puchert via Phabricator via cfe-commits
aaronpuchert added a comment. Ping? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67113/new/ https://reviews.llvm.org/D67113 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.o