This is an archive of the discontinued LLVM Phabricator instance.

[sancov][NFC] Make filename Regexes "const"
ClosedPublic

Authored by nlguillemot on Sep 26 2019, 10:31 AM.

Details

Summary

The const-correctness of match() was fixed in rL372764, which allows
such static Regex objects to be marked const.

Diff Detail

Event Timeline

nlguillemot created this revision.Sep 26 2019, 10:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 26 2019, 10:31 AM
thopre accepted this revision.Sep 26 2019, 12:05 PM

LGTM.

This revision is now accepted and ready to land.Sep 26 2019, 12:05 PM
This revision was automatically updated to reflect the committed changes.