Re-commit "Use StringRef in Support/Darf APIs (NFC)"
authorMehdi Amini <mehdi.amini@apple.com>
Wed, 5 Oct 2016 05:59:29 +0000 (05:59 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Wed, 5 Oct 2016 05:59:29 +0000 (05:59 +0000)
commit149f6eaed9818057b83d8f0b17bb5e8764a13143
treeb0b1a0063de2bc0dfc3db17266a1d477be54c844
parentefe40389c0e82cf173f88979c56420dfeba6b8ed
Re-commit "Use StringRef in Support/Darf APIs (NFC)"

This reverts commit r283285 and re-commit r283275 with
a fix for format("%s", Str); where Str is a StringRef.

llvm-svn: 283298
13 files changed:
lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
llvm/include/llvm/Support/Dwarf.h
llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp
llvm/lib/CodeGen/AsmPrinter/DIE.cpp
llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/Support/Dwarf.cpp
llvm/unittests/Support/DwarfTest.cpp