[PATCH] D80792: Move unittest helpers to a shared location
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 29 05:56:47 PDT 2020
gribozavr created this revision.
Herald added subscribers: cfe-commits, martong, mgorny.
Herald added a project: clang.
gribozavr updated this revision to Diff 267204.
gribozavr added a comment.
Removed some refactoring leftovers.
unittests/AST/Language.h defines some helpers that we would like to
reuse in other tests, for example, in tests for syntax trees.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80792
Files:
clang/include/clang/Testing/CommandLineArgs.h
clang/lib/CMakeLists.txt
clang/lib/Testing/CMakeLists.txt
clang/lib/Testing/CommandLineArgs.cpp
clang/unittests/AST/ASTImporterFixtures.h
clang/unittests/AST/CMakeLists.txt
clang/unittests/AST/Language.cpp
clang/unittests/AST/Language.h
clang/unittests/AST/MatchVerifier.h
clang/unittests/AST/StructuralEquivalenceTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80792.267204.patch
Type: text/x-patch
Size: 4727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200529/33a881e0/attachment-0001.bin>
More information about the cfe-commits
mailing list