llvm-6502/lib/Support/Windows
Yaron Keren 703b185464 Remove many superfluous SmallString::str() calls.
Now that SmallString is a first-class citizen, most SmallString::str()
calls are not required. This patch removes a whole bunch of them, yet
there are lots more.

There are two use cases where str() is really needed:
1) To use one of StringRef member functions which is not available in
SmallString.
2) To convert to std::string, as StringRef implicitly converts while 
SmallString do not. We may wish to change this, but it may introduce
ambiguity.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232622 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-18 10:17:07 +00:00
..
DynamicLibrary.inc Fix symbol resolution of floating point libc builtins in MCJIT 2014-11-13 23:32:52 +00:00
explicit_symbols.inc [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for r227519. 2015-01-30 13:01:19 +00:00
Host.inc
Memory.inc
Mutex.inc
Path.inc Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
Process.inc [raw_ostream] When printing color on Windows, use correct bg color. 2015-02-28 19:08:27 +00:00
Program.inc [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
RWMutex.inc
Signals.inc No need to prototype RtlCaptureContext with mingw-w64. 2015-03-14 19:20:56 +00:00
ThreadLocal.inc ThreadLocal: Return a mutable pointer if templated with a non-const type 2014-12-15 01:04:45 +00:00
TimeValue.inc
Watchdog.inc
WindowsSupport.h Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:00:20 +00:00