This is an archive of the discontinued LLVM Phabricator instance.

[clang][NFC] Move matcher ignoringElidableConstructorCall's tests to appropriate file.
ClosedPublic

Authored by ymandel on Aug 8 2019, 11:19 AM.

Details

Summary

ignoringElidableConstructorCall is a traversal matcher, but its tests are
grouped with narrowing-matcher tests. This revision moves them to the correct
file.

Diff Detail

Repository
rL LLVM

Event Timeline

ymandel created this revision.Aug 8 2019, 11:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2019, 11:19 AM
gribozavr accepted this revision.Aug 8 2019, 11:48 AM

Thanks!

This revision is now accepted and ready to land.Aug 8 2019, 11:48 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2019, 11:54 AM