Duncan P. N. Exon Smith
91d3cfed78
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining 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
2016-04-05 20:45:04 +00:00
Eugene Zelenko
1760dc2a23
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; 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
2016-04-05 20:19:49 +00:00
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