aaronpuchert added inline comments.
Comment at: clang/lib/Sema/SemaInit.cpp:4745
+ else if (FunctionConversion)
+Sequence.AddQualificationConversionStep(cv1T1, VK_LValue);
Is this a qualification conversion though? The standard lists it "function
This revision was automatically updated to reflect the committed changes.
Closed by commit rG766f15814a01: Sema: Create a no-op implicit cast for lvalue
function conversions. (authored by pcc).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66437/new/
pcc added a comment.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66437/new/
https://reviews.llvm.org/D66437
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bi
pcc added a comment.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66437/new/
https://reviews.llvm.org/D66437
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bi
pcc added a comment.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66437/new/
https://reviews.llvm.org/D66437
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bi
pcc created this revision.
pcc added a reviewer: rsmith.
Herald added a project: clang.
This fixes an assertion failure in the case where an implicit conversion for a
function call involves an lvalue function conversion, and makes the AST for
initializations involving implicit lvalue function conv