[VFS] Replace TimeValue usage with std::chrono
authorPavel Labath <labath@google.com>
Wed, 9 Nov 2016 10:52:22 +0000 (10:52 +0000)
committerPavel Labath <labath@google.com>
Wed, 9 Nov 2016 10:52:22 +0000 (10:52 +0000)
commitac71c8e298321726e3e3f22a748737525a49846c
treefc7425f17de3e599cf76beb7fd6d3c087492db66
parent833e3d109bb7709f627ebc6ed7eb2b7dcd593abe
[VFS] Replace TimeValue usage with std::chrono

Summary: NFCI

Reviewers: benlangmuir, zturner

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D25948

llvm-svn: 286356
clang/include/clang/Basic/VirtualFileSystem.h
clang/lib/Basic/FileSystemStatCache.cpp
clang/lib/Basic/VirtualFileSystem.cpp
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Serialization/ModuleManager.cpp
clang/unittests/Basic/VirtualFileSystemTest.cpp