Go to file
Stephen Hines 171244fb7a clang-format: Use git-ls-tree to get file mode in diff mode
Summary:
If a file has been renamed/deleted from the filesystem and --diff mode
with two commits is active, attempting to get the file's mode will fail.
This change uses git-ls-tree instead to get the correct permissions for
the given revision.

Patch by Luis Hector Chavez!

Reviewers: djasper, lodato

Subscribers: srhines, cfe-commits

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

llvm-svn: 286212
2016-11-08 05:50:14 +00:00
clang clang-format: Use git-ls-tree to get file mode in diff mode 2016-11-08 05:50:14 +00:00
clang-tools-extra [clang-tidy] Don't warn implicit variables in peformance-unnecessary-copy-initialization. 2016-11-08 00:45:34 +00:00
compiler-rt tsan: more precise handling of atomic stores 2016-11-08 05:34:50 +00:00
debuginfo-tests
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx [libc++] Remove unnecessary MSVCRT exclusions 2016-11-08 03:31:42 +00:00
libcxxabi Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the include subdir 2016-11-07 22:16:27 +00:00
libunwind Add support for old versions of MacOS to libunwind. Fixes PR22203. Thanks to Jeremy for the bug report and the patch. 2016-11-02 17:56:05 +00:00
lld [LTO] Don't leak BitcodeFiles. Found by the asan bot. 2016-11-08 01:46:02 +00:00
lldb Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm cmake: Don't try to install exports if there aren't any 2016-11-08 05:02:18 +00:00
openmp [OpenMP] Enable ThreadSanitizer to check OpenMP programs 2016-11-07 15:58:36 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly IslNodeBuilder: Ensure newly generated memory accesses are well-defined 2016-11-05 21:46:01 +00:00