Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining ↵ | Duncan P. N. Exon Smith | 2016-04-05 | 1 | -5/+2 |
| | | | | | | | | | | files; other minor fixes." This reverts commit r265454 since it broke the build. E.g.: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_build/22413/ llvm-svn: 265459 | ||||
* | Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; ↵ | Eugene Zelenko | 2016-04-05 | 1 | -2/+5 |
| | | | | | | | | | | | | other minor fixes. Some Include What You Use suggestions were used too. Use anonymous namespaces in source files. Differential revision: http://reviews.llvm.org/D18778 llvm-svn: 265454 | ||||
* | [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 |