]> granicus.if.org Git - clang/commit
[VFS] Fix compilation on systems where time_t is not int64_t.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 5 Oct 2015 14:02:15 +0000 (14:02 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 5 Oct 2015 14:02:15 +0000 (14:02 +0000)
commit41a697b839166bb38e95888771ddabd472fbf3b8
tree5addb47d5330848947e0a83d9435d3195b34e490
parent5b1864da9ca2054e158efa4042f448be057438ec
[VFS] Fix compilation on systems where time_t is not int64_t.

No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249318 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/VirtualFileSystem.cpp