[all-commits] [llvm/llvm-project] b03ea0: [libc++] NFC: Minor refactoring in filesystem_test...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Oct 26 13:34:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b03ea054db1bcf9452b3a70e21d3372b6e58759a
https://github.com/llvm/llvm-project/commit/b03ea054db1bcf9452b3a70e21d3372b6e58759a
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M libcxx/test/support/filesystem_test_helper.h
Log Message:
-----------
[libc++] NFC: Minor refactoring in filesystem_test_helper.h to ease readability
The variable declarations interleaved with logic was really difficult
to read. Instead, simply have two different implementations for _WIN32
and others.
More information about the All-commits
mailing list