This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa722d6a197c7: [SyntaxTree] Split
ExplicitTemplateInstantiation test (authored by eduucaldas).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE L
eduucaldas updated this revision to Diff 287378.
eduucaldas marked 4 inline comments as done.
eduucaldas added a comment.
Template -> ClassTemplate
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86441/new/
https://reviews.llvm.org/D86441
Files:
c
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/Tooling/Syntax/BuildTreeTest.cpp:3054
-TEST_P(SyntaxTreeTest, ExplicitTemplateInstantations) {
+TEST_P(SyntaxTreeTest, ExplicitTempl
eduucaldas created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
eduucaldas requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86441
Files:
clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
Index: clang/uni