llvm-project/clang/test/VFS
Hubert Tong 8fbad0a4c2 Replace cp -a in various Clang tests
Summary:
cp -a is neither part of POSIX nor the LSB. The nearest equivalent under
POSIX is cp -RPp; however, cp -R is sufficient for the intended purpose.

test/Modules/crash-vfs-headermaps.m is not updated since it requires
system-darwin anyway.

Reviewers: bruno

Reviewed By: bruno

Subscribers: bruno, rcraik, cfe-commits

Differential Revision: https://reviews.llvm.org/D41545

llvm-svn: 321778
2018-01-04 01:15:52 +00:00
..
Inputs Don't diagnose non-modular includes when we are not compiling a module. 2016-08-26 17:16:46 +00:00
external-names.c
framework-import.m
implicit-include.c
include-mixed-real-and-virtual.c
include-real-from-virtual.c
include-virtual-from-real.c
include.c
incomplete-umbrella.m
module-import.m
parse-errors.c
real-path-found-first.m [VFS] Fix status() of opened redirected file 2015-12-10 23:41:39 +00:00
relative-path.c
test_nonmodular.c Don't diagnose non-modular includes when we are not compiling a module. 2016-08-26 17:16:46 +00:00
umbrella-framework-import-skipnonexist.m Replace cp -a in various Clang tests 2018-01-04 01:15:52 +00:00
umbrella-mismatch.m