Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e94ee833f9444b629bdbbd9fd08b51a04560c1a0
/
llvm
/
lib
/
Support
/
FileOutputBuffer.cpp
1adca7c
Add a flag to FileOutputBuffer that allows modification.
by Zachary Turner
· 7 years ago
154a72d
Fix unused private variable.
by Zachary Turner
· 7 years ago
1f67a3c
[FileSystem] Split up the OpenFlags enumeration.
by Zachary Turner
· 7 years ago
712e8d2
s/LLVM_ON_WIN32/_WIN32/, llvm
by Nico Weber
· 7 years ago
51ebcaa
Make helpers static. NFC.
by Benjamin Kramer
· 8 years ago
58fe67a
Create a TempFile class.
by Rafael Espindola
· 8 years ago
f6490e0
[FileOutputBuffer] Move factory methods out of their classes.
by Rui Ueyama
· 8 years ago
0d7a38a
Convert FileOutputBuffer::commit to Error.
by Rafael Espindola
· 8 years ago
e0df357
Convert FileOutputBuffer to Expected. NFC.
by Rafael Espindola
· 8 years ago
a16fe65
Rewrite FileOutputBuffer as two separate classes.
by Rui Ueyama
· 8 years ago
23fa4de
Do not remove a target file in FileOutputBuffer::create().
by Rui Ueyama
· 8 years ago
fed8b57
Make FileOutputBuffer fail early if you pass a directory.
by Rui Ueyama
· 9 years ago
d4b24ed
Support outputting to /dev/null.
by Rafael Espindola
· 9 years ago
1a4398a
Fix a real temp file leak in FileOutputBuffer
by Reid Kleckner
· 9 years ago
7dbb577
Remove temporary file on signal.
by Rafael Espindola
· 10 years ago
169284a
Return ErrorOr from FileOutputBuffer::create. NFC.
by Rafael Espindola
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
da9bc2e
Support: Improve performance of FileOutputBuffer on Windows
by Rui Ueyama
· 11 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
c69f13b
Move the resize file feature from mapped_file_region to the only user.
by Rafael Espindola
· 11 years ago
5753cf3
Remove unused feature. NFC.
by Rafael Espindola
· 11 years ago
7eb1f18
Remove a convoluted way of calling close by moving the call to the only caller.
by Rafael Espindola
· 11 years ago
f55e31a
unique_ptrify FileOutputBuffer::FileOutputBuffer
by David Blaikie
· 11 years ago
b61064e
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()"
by David Blaikie
· 11 years ago
2a826e4
Finishing touch for the std::error_code transition.
by Rafael Espindola
· 11 years ago
db4ed0b
Remove 'using std::errro_code' from lib.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
a6e9c3e
Remove system_error.h.
by Rafael Espindola
· 11 years ago
ed6882b
Don't import make_error_code into the llvm namespace.
by Rafael Espindola
· 11 years ago
5c4f829
Use std::error_code instead of llvm::error_code.
by Rafael Espindola
· 11 years ago
03bddfe
Use error_code() instead of error_code::succes()
by Rafael Espindola
· 11 years ago
b816593
Remove last uses of OwningPtr from llvm. As far as I can tell these method versions are not used by lldb, lld, or clang.
by Craig Topper
· 11 years ago
c10719f
[C++11] Make use of 'nullptr' in the Support library.
by Craig Topper
· 12 years ago
fba0664
[C++11] Add overloads for externally used OwningPtr functions.
by Ahmed Charles
· 12 years ago
81e7fd0
Use the simpler version of sys::fs::remove when possible.
by Rafael Espindola
· 12 years ago
9a78015
Create files with the correct permission instead of changing it afterwards.
by Rafael Espindola
· 12 years ago
c9d2e5b
Add a createUniqueFile function and switch llvm's users of unique_file.
by Rafael Espindola
· 12 years ago
42ad29f
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
by Michael J. Spencer
· 13 years ago
7fe24f5
[Support] Make FileOutputBuffer work on Windows.
by Michael J. Spencer
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
5fce8c4
Initial commit of new FileOutputBuffer support class.
by Nick Kledzik
· 13 years ago