[all-commits] [llvm/llvm-project] c5cdc3: [SyntaxTree] Add test coverage for `->*` operator
Eduardo Caldas via All-commits
all-commits at lists.llvm.org
Wed Aug 5 00:51:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c5cdc3e801ad1b0aceaf220d78a3ff3fab1e0fdb
https://github.com/llvm/llvm-project/commit/c5cdc3e801ad1b0aceaf220d78a3ff3fab1e0fdb
Author: Eduardo Caldas <ecaldas at google.com>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M clang/unittests/Tooling/Syntax/TreeTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list