This is an archive of the discontinued LLVM Phabricator instance.

[include-cleaner] Handle StdInitializerListExprs
ClosedPublic

Authored by kadircet on Jul 31 2023, 9:38 AM.

Details

Summary

Per C++ standard, programs omitting the definition for initializer_list
is ill-formed, https://eel.is/c++draft/dcl.init.list#2.

Fixes https://github.com/llvm/llvm-project/issues/64198

Diff Detail

Event Timeline

kadircet created this revision.Jul 31 2023, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 9:38 AM
kadircet requested review of this revision.Jul 31 2023, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 9:38 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
hokein accepted this revision.Jul 31 2023, 10:46 AM
This revision is now accepted and ready to land.Jul 31 2023, 10:46 AM
This revision was automatically updated to reflect the committed changes.