llvm-6502/lib/Support/Windows
David Majnemer 1f59bf4441 ThreadLocal: Return a mutable pointer if templated with a non-const type
It makes more sense for ThreadLocal<const T>::get to return a const T*
and ThreadLocal<T>::get to return a T*.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224225 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-15 01:04:45 +00:00
..
DynamicLibrary.inc
explicit_symbols.inc
Host.inc
Memory.inc
Mutex.inc
Path.inc Remove silly left over from the Windows resize_file implementation. 2014-12-12 18:37:43 +00:00
Process.inc Remove dead code. NFC. 2014-12-04 16:59:36 +00:00
Program.inc Fix several bugs in r221220's new program finding code. 2014-12-02 00:52:01 +00:00
RWMutex.inc
Signals.inc
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