This is an archive of the discontinued LLVM Phabricator instance.

[FileCheck] Make NumericVariable ctor explicit
ClosedPublic

Authored by thopre on Aug 23 2019, 4:05 AM.

Details

Summary

Make FileCheckNumericVariable constructor explicit to avoid implicit
conversions from StringRef.

Diff Detail

Repository
rL LLVM

Event Timeline

thopre created this revision.Aug 23 2019, 4:05 AM
This revision is now accepted and ready to land.Aug 23 2019, 5:34 AM
arichardson accepted this revision.Aug 23 2019, 8:21 AM
This revision was automatically updated to reflect the committed changes.