[PATCH] D81040: Split syntax tree tests into more granular ones

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 02:10:18 PDT 2020


gribozavr2 added inline comments.


================
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:2066
+int func3b(int *);
+int func4(int a, float b);
+int func4a(int, float);
----------------
hlopko wrote:
> func4 -> func4a
> func4a -> func4b?
Fixed, thanks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81040/new/

https://reviews.llvm.org/D81040





More information about the cfe-commits mailing list