llvm-6502/lib
Rafael Espindola 8c96862847 Modernize raw_fd_ostream's constructor a bit.
Take a StringRef instead of a "const char *".
Take a "std::error_code &" instead of a "std::string &" for error.

A create static method would be even better, but this patch is already a bit too
big.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216393 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-25 18:16:47 +00:00
..
Analysis Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
AsmParser Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr 2014-08-21 20:44:56 +00:00
Bitcode Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
CodeGen Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
DebugInfo Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00
ExecutionEngine ExecutionEngine: unique_ptr-ify 2014-08-25 00:58:18 +00:00
IR Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
IRReader Modernize the .ll parsing interface. 2014-08-19 16:58:54 +00:00
LineEditor [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Linker Set comdats when lazily linking functions. 2014-08-15 20:17:08 +00:00
LTO Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
MC Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
Object Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr 2014-08-21 20:44:56 +00:00
Option Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind 2014-08-22 19:29:17 +00:00
ProfileData llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
Support Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
TableGen Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
Target Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
Transforms Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
CMakeLists.txt
LLVMBuild.txt ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00
Makefile ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00