Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
| | | | | llvm-svn: 210442 | ||||
* | Use the overloaded std::abs rather than C's abs(int) to address Clang's ↵ | David Blaikie | 2014-02-26 | 1 | -1/+1 |
| | | | | | | -Wabsolute-value llvm-svn: 202286 | ||||
* | Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its | Dmitri Gribenko | 2014-02-11 | 1 | -1/+2 |
| | | | | | | only current user should be using toEpochTime() instead. llvm-svn: 201136 | ||||
* | unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374. | NAKAMURA Takumi | 2013-07-16 | 1 | -0/+16 |
| | | | | llvm-svn: 186375 | ||||
* | Rename Support.TimeValue to TimeValue.time_t in unittests/Support. | NAKAMURA Takumi | 2013-07-16 | 1 | -0/+23 |
llvm-svn: 186372 |