]> granicus.if.org Git - clang/commit
Pacify versions of gcc that think these variables may be used
authorDuncan Sands <baldrick@free.fr>
Tue, 6 Jul 2010 18:19:40 +0000 (18:19 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 6 Jul 2010 18:19:40 +0000 (18:19 +0000)
commit1f377b1783c98ddcdd3cd9e8223bec93ab51381f
tree5dd781924cc436aef072b51779567bbd8b3e7dea
parent66d80a9c99ef781f0fd56dfcd060e30d4d673c93
Pacify versions of gcc that think these variables may be used
uninitialized (which doesn't seem to be the case), by giving
them arbitrary initial values.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107679 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PCHReaderDecl.cpp