This is an archive of the discontinued LLVM Phabricator instance.

[AST matchers] Add basic matchers for googletest EXPECT/ASSERT calls.
ClosedPublic

Authored by ymandel on Feb 19 2020, 8:08 AM.

Details

Summary

This revision adds matchers that match calls to the gtest EXPECT and ASSERT
macros almost like function calls. The matchers are placed in separate files
(GtestMatchers...), because they are specific to the gtest library.

Diff Detail

Event Timeline

ymandel created this revision.Feb 19 2020, 8:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2020, 8:08 AM
Herald added a subscriber: mgorny. · View Herald Transcript
gribozavr2 accepted this revision.Feb 21 2020, 8:29 AM
This revision is now accepted and ready to land.Feb 21 2020, 8:29 AM
This revision was automatically updated to reflect the committed changes.