hlopko updated this revision to Diff 251571.
hlopko added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76366/new/
https://reviews.llvm.org/D76366
Files:
clang/unittests/Tooling/Syntax/TreeTest.cpp
Index: clang/unittests/Tooli
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe9630630ffa2: [Syntax] Split syntax tests (authored by
hlopko, committed by gribozavr).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76366/new/
https://rev
hlopko added a comment.
Addressed comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76366/new/
https://reviews.llvm.org/D76366
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://list
hlopko updated this revision to Diff 251102.
hlopko marked 5 inline comments as done.
hlopko added a comment.
Renaming some tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76366/new/
https://reviews.llvm.org/D76366
Files:
clang/unittests/To
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
hlopko created this revision.
hlopko added a reviewer: gribozavr2.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
hlopko added a parent revision: D76346: [Syntax] Build template declaration
nodes.
This patch split Basic test into multple individual tests to allow simpler
f