[PATCH] D76366: [Syntax] Split syntax tests

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 18 08:42:17 PDT 2020


gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:642
+
+TEST_F(SyntaxTreeTest, UsingNamespaces) {
+  expectTreeDumpEqual(
----------------
"using directive"


================
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:664
+
+TEST_F(SyntaxTreeTest, UsingNamespaces2) {
+  expectTreeDumpEqual(
----------------
The construct in this test is called a "using declaration".


================
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:1419
+
+TEST_F(SyntaxTreeTest, ExceptionSPecification) {
+  expectTreeDumpEqual(
----------------
SP -> Sp


================
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:1648
+
+TEST_F(SyntaxTreeTest, Complex1) {
+  expectTreeDumpEqual(
----------------
"Complex declarator"?


================
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:1684
+
+TEST_F(SyntaxTreeTest, Complex2) {
+  expectTreeDumpEqual(
----------------
"Complex declarator"?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76366





More information about the cfe-commits mailing list