Go to file
Nico Weber 65da45763e clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, reloaded
Second attempt after http://llvm.org/viewvc/llvm-project?rev=296166&view=rev

In the first attempt, Code (the memory buffer backing the input file) was reset
before overwriteChangedFiles() was called, but overwriteChangedFiles() still
reads from it.  This time, load the whole input file into memory instead of
using mmap when formatting in-place.

(Since the test is identical to what was in the repo before chapuni's revert,
svn diff doesn't show it – see the above link for the test.)

https://reviews.llvm.org/D30385

llvm-svn: 296408
2017-02-27 22:59:58 +00:00
clang clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, reloaded 2017-02-27 22:59:58 +00:00
clang-tools-extra [clangd] Make clangd install to bin 2017-02-27 21:40:35 +00:00
compiler-rt [msan] Test for alloca handling. 2017-02-24 00:13:28 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Remove XFAIL in implicit_deduction_guides tests 2017-02-27 21:10:41 +00:00
libcxxabi Attempt to fix arm-native libcxxabi tests for the no-exceptions variant 2017-02-27 15:31:34 +00:00
libunwind Fix the project name in the license file. 2017-02-27 17:47:58 +00:00
lld Refactor write{Global,Local}Symbols. 2017-02-27 22:39:50 +00:00
lldb update pbxproj to match cmake config, broken in r296335 2017-02-27 22:56:27 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm Remove some code accidentally left in. 2017-02-27 22:57:32 +00:00
openmp [test] Try to link -latomic to provide atomics when available 2017-02-24 22:15:24 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [Cmake] Optionally use a system isl version. 2017-02-27 17:54:25 +00:00