This is an archive of the discontinued LLVM Phabricator instance.

[AST] Update LVal before evaluating lambda decl fields.
ClosedPublic

Authored by zequanwu on Feb 4 2021, 4:33 PM.

Diff Detail

Event Timeline

zequanwu requested review of this revision.Feb 4 2021, 4:33 PM
zequanwu created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2021, 4:33 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
rsmith accepted this revision.Feb 4 2021, 4:36 PM
rsmith added inline comments.
clang/lib/AST/ExprConstant.cpp
10032–10033

I don't think this FIXME is appropriate in the new context; just remove it. E here should already be providing the best location information we have.

This revision is now accepted and ready to land.Feb 4 2021, 4:36 PM
zequanwu updated this revision to Diff 321617.Feb 4 2021, 4:48 PM
zequanwu marked an inline comment as done.

Remove comment.

clang/lib/AST/ExprConstant.cpp
10032–10033

Thanks.

This revision was landed with ongoing or failed builds.Feb 4 2021, 5:01 PM
This revision was automatically updated to reflect the committed changes.