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

Marcel Hlopko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 01:03:17 PDT 2020


hlopko accepted this revision.
hlopko added a comment.

Thanks for working on this! :)



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


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