Craig Topper
|
b177041dfa
|
[C++11] Use 'nullptr'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210442 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-06-08 22:29:17 +00:00 |
|
David Blaikie
|
3ae2abb11e
|
Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabsolute-value
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202286 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-02-26 19:12:28 +00:00 |
|
Dmitri Gribenko
|
d4ab7d1b69
|
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
only current user should be using toEpochTime() instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201136 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-02-11 09:11:18 +00:00 |
|
NAKAMURA Takumi
|
334f8b9b37
|
unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186375 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-07-16 02:44:23 +00:00 |
|
NAKAMURA Takumi
|
e7f0393f6d
|
Rename Support.TimeValue to TimeValue.time_t in unittests/Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186372 91177308-0d34-0410-b5e6-96231b3b80d8
|
2013-07-16 02:03:32 +00:00 |
|