This is an archive of the discontinued LLVM Phabricator instance.

Modernize DeclTest
ClosedPublic

Authored by hlopko on Mar 13 2020, 1:56 AM.

Details

Summary

This patch removes a call to the old ASTUnit::findFileRegionDecls and
replaces it with ast matchers.

Diff Detail

Event Timeline

hlopko created this revision.Mar 13 2020, 1:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2020, 1:56 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Mar 13 2020, 2:24 AM
This revision is now accepted and ready to land.Mar 13 2020, 2:24 AM
This revision was automatically updated to reflect the committed changes.