[all-commits] [llvm/llvm-project] ef1a41: [Transformer] Split ForStmt test into two
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Tue Nov 17 10:17:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ef1a4169e8c7f6cf76e704827f4567b9a1b9b0e1
https://github.com/llvm/llvm-project/commit/ef1a4169e8c7f6cf76e704827f4567b9a1b9b0e1
Author: Stephen Kelly <steveire at gmail.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M clang/unittests/Tooling/TransformerTest.cpp
Log Message:
-----------
[Transformer] Split ForStmt test into two
It is apparently not possible to have two rewrites in one gtest function
because atomic changes in the test harness accumulate.
More information about the All-commits
mailing list