]> granicus.if.org Git - clang/commit
[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)
commit7a8f65592753b954def00a7ad632c6c4307cd1e2
tree92a1f0da5ca311a6c3955f39ed2914fce75c320b
parentb156e1e5c727f91e8b724262c768813cc39088d2
[VFS] Replace TimeValue usage with std::chrono

Summary: NFCI

Reviewers: benlangmuir, zturner

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286356 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/VirtualFileSystem.h
lib/Basic/FileSystemStatCache.cpp
lib/Basic/VirtualFileSystem.cpp
lib/Frontend/ASTUnit.cpp
lib/Serialization/ModuleManager.cpp
unittests/Basic/VirtualFileSystemTest.cpp