]> granicus.if.org Git - clang/commit
don't stick an uninitialized 'stat' buf into the stat cache, fill it
authorChris Lattner <sabre@nondot.org>
Fri, 18 Sep 2009 04:51:01 +0000 (04:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 18 Sep 2009 04:51:01 +0000 (04:51 +0000)
commitf1affe6129442b230d3d09b1938e07a7b341a102
treea52c8af118cc1c45f9d5106df21d03a18ebbc7e0
parent7482e247163978792654ca1a99913e19dd507e0a
don't stick an uninitialized 'stat' buf into the stat cache, fill it
with zeros.  This avoids a GCC warning (PR5000)

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