This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix stdcpp type summary mistakenly marked as regex (NFC)
ClosedPublic

Authored by kastiglione on Aug 23 2023, 12:57 PM.

Details

Summary

std::basic_string<char> is not a regex, and treating it as such could unintentionally
cause a formatter to substring match a template type parameter, for example:
std::vector<std::basic_string<char>>.

Diff Detail

Event Timeline

kastiglione created this revision.Aug 23 2023, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 12:57 PM
kastiglione requested review of this revision.Aug 23 2023, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 12:57 PM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 20 2023, 2:24 PM
This revision was automatically updated to reflect the committed changes.