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
..
2014-11-03 10:58:05 +00:00
2014-11-14 08:38:17 +00:00
2014-11-18 22:17:30 +00:00
2014-09-11 22:55:25 +00:00
2014-12-12 17:35:34 +00:00
2014-12-13 19:19:07 +00:00
2014-07-23 17:18:05 +00:00
2013-12-12 15:45:32 +00:00
2014-10-16 10:10:07 +00:00
2014-12-04 16:59:36 +00:00
2014-11-04 12:35:47 +00:00
2014-06-25 15:47:36 +00:00
2014-06-24 05:59:52 +00:00
2014-08-23 23:07:14 +00:00