This is an archive of the discontinued LLVM Phabricator instance.

[SyntaxTree] Add test coverage for `->*` operator
ClosedPublic

Authored by eduucaldas on Aug 4 2020, 1:34 AM.

Details

Summary

This was the last binary operator that we supported but didn't have any
test coverage. The recent fix in a crash in member pointers allowed us
to add this test.

Diff Detail

Event Timeline

eduucaldas created this revision.Aug 4 2020, 1:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2020, 1:34 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
eduucaldas requested review of this revision.Aug 4 2020, 1:34 AM
gribozavr2 accepted this revision.Aug 4 2020, 1:29 PM
gribozavr2 added inline comments.
clang/unittests/Tooling/Syntax/TreeTest.cpp
2337

Could you add pmi as a function parameter (for consistency)?

This revision is now accepted and ready to land.Aug 4 2020, 1:29 PM

Answer comments

This revision was landed with ongoing or failed builds.Aug 5 2020, 12:50 AM
This revision was automatically updated to reflect the committed changes.