[all-commits] [llvm/llvm-project] 44e74c: [flang][driver] Refactor unit tests for frontend a...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Tue Dec 22 05:14:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 44e74c75e614af453f4824cb9bf1f0056d7cf426
https://github.com/llvm/llvm-project/commit/44e74c75e614af453f4824cb9bf1f0056d7cf426
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M flang/unittests/Frontend/FrontendActionTest.cpp
Log Message:
-----------
[flang][driver] Refactor unit tests for frontend actions (nfc)
These patch implements a few non-functional-changes:
* switch to using test fixtures for better code sharing
* rename some variables (e.g. to communicate their purpose a bit better)
This patch doesn't change _what_ is being tested.
Differential Revision: https://reviews.llvm.org/D93544
More information about the All-commits
mailing list