[all-commits] [llvm/llvm-project] 4f244c: Use TestClangConfig in AST Matchers tests and run ...
Dmitri Gribenko via All-commits
all-commits at lists.llvm.org
Thu Jul 16 09:39:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4f244c4b42b096a55f2e7f719e1101c6fd26c034
https://github.com/llvm/llvm-project/commit/4f244c4b42b096a55f2e7f719e1101c6fd26c034
Author: Dmitri Gribenko <gribozavr at gmail.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M clang/include/clang/Testing/TestClangConfig.h
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersTest.h
Log Message:
-----------
Use TestClangConfig in AST Matchers tests and run them in more configurations
Summary:
I am changing tests for AST Matchers to run in multiple language standards
versions, and under multiple triples that have different behavior with regards
to templates. This change is similar to https://reviews.llvm.org/D82179.
To keep the size of the patch manageable, in this patch I'm only migrating one
file to get the process started and get feedback on this approach.
Reviewers: ymandel
Reviewed By: ymandel
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D83868
More information about the All-commits
mailing list