Craig Topper
|
66f09ad041
|
[C++11] Use 'nullptr'.
llvm-svn: 210442
|
2014-06-08 22:29:17 +00:00 |
David Blaikie
|
51a184058d
|
Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabsolute-value
llvm-svn: 202286
|
2014-02-26 19:12:28 +00:00 |
Dmitri Gribenko
|
70e6585f0c
|
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
only current user should be using toEpochTime() instead.
llvm-svn: 201136
|
2014-02-11 09:11:18 +00:00 |
NAKAMURA Takumi
|
be2978b2e4
|
unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.
llvm-svn: 186375
|
2013-07-16 02:44:23 +00:00 |
NAKAMURA Takumi
|
ad187dd20e
|
Rename Support.TimeValue to TimeValue.time_t in unittests/Support.
llvm-svn: 186372
|
2013-07-16 02:03:32 +00:00 |