[all-commits] [llvm/llvm-project] 0e265e: Move unittest helpers to a shared location
Dmitri Gribenko via All-commits
all-commits at lists.llvm.org
Fri May 29 07:53:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0e265e315784b4e47f984f8ed9fb7586130bacdc
https://github.com/llvm/llvm-project/commit/0e265e315784b4e47f984f8ed9fb7586130bacdc
Author: Dmitri Gribenko <gribozavr at gmail.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
A clang/include/clang/Testing/CommandLineArgs.h
M clang/include/clang/module.modulemap
M clang/lib/CMakeLists.txt
A clang/lib/Testing/CMakeLists.txt
A clang/lib/Testing/CommandLineArgs.cpp
M clang/unittests/AST/ASTImporterFixtures.h
M clang/unittests/AST/CMakeLists.txt
R clang/unittests/AST/Language.cpp
R clang/unittests/AST/Language.h
M clang/unittests/AST/MatchVerifier.h
M clang/unittests/AST/StructuralEquivalenceTest.cpp
Log Message:
-----------
Move unittest helpers to a shared location
Summary:
unittests/AST/Language.h defines some helpers that we would like to
reuse in other tests, for example, in tests for syntax trees.
Reviewers: sammccall
Reviewed By: sammccall
Subscribers: mgorny, martong, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D80792
More information about the All-commits
mailing list