This is an archive of the discontinued LLVM Phabricator instance.

Thread safety analysis: Peel away NoOp implicit casts in initializers
ClosedPublic

Authored by aaronpuchert on Oct 28 2019, 2:29 PM.

Details

Summary

This happens when someone initializes a variable with guaranteed copy
elision and an added const qualifier. Fixes PR43826.

Event Timeline

aaronpuchert created this revision.Oct 28 2019, 2:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2019, 2:29 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Oct 29 2019, 1:35 PM
This revision was automatically updated to reflect the committed changes.