[PATCH] D26447: Remove TimeValue class
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 04:29:51 PST 2016
labath created this revision.
labath added reviewers: zturner, mehdi_amini.
labath added a subscriber: llvm-commits.
Herald added a subscriber: mgorny.
All uses have been replaced by appropriate std::chrono types, and the class is
now unused.
https://reviews.llvm.org/D26447
Files:
include/llvm/Support/TimeValue.h
lib/Support/CMakeLists.txt
lib/Support/TimeValue.cpp
unittests/Support/CMakeLists.txt
unittests/Support/TimeValueTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26447.77334.patch
Type: text/x-patch
Size: 19181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161109/9d022923/attachment.bin>
More information about the llvm-commits
mailing list