]> granicus.if.org Git - clang/commit
Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.
authorVolodymyr Sapsai <vsapsai@apple.com>
Wed, 16 Oct 2019 19:12:34 +0000 (19:12 +0000)
committerVolodymyr Sapsai <vsapsai@apple.com>
Wed, 16 Oct 2019 19:12:34 +0000 (19:12 +0000)
commit5d56c7bcdfca9528235a5aabe0b7fc3f39d91c45
tree523aaa40eed0276dcb824ef2f337c3d3d1cc1d3e
parent0c4d48f076a953410ab8a4baf46ad85ac0afe024
Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.

Reviewers: bruno, sammccall

Reviewed By: sammccall

Subscribers: jkorous, dexonsmith, arphaman, ributzka, cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375031 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInstance.cpp
tools/libclang/CIndexCodeCompletion.cpp