[SyntaxTree] Add test coverage for `->*` operator
authorEduardo Caldas <ecaldas@google.com>
Tue, 4 Aug 2020 08:30:24 +0000 (08:30 +0000)
committerEduardo Caldas <ecaldas@google.com>
Wed, 5 Aug 2020 07:36:39 +0000 (07:36 +0000)
commitc5cdc3e801ad1b0aceaf220d78a3ff3fab1e0fdb
tree2335d3d3ac162b6a44eb9ad328b9a9b16e71f14e
parente739648cfae21d2b564751ef0511fec9559305fa
[SyntaxTree] Add test coverage for `->*` operator

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.

Differential Revision: https://reviews.llvm.org/D85185
clang/unittests/Tooling/Syntax/TreeTest.cpp