]> granicus.if.org Git - clang/commit
FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash if
authorJohn McCall <rjmccall@apple.com>
Fri, 23 Oct 2009 01:28:53 +0000 (01:28 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 23 Oct 2009 01:28:53 +0000 (01:28 +0000)
commit86acc2a0ea327bce89b024b23ee071708da98d2f
tree47bb96ecb29cf02e899a00d0d750772798842144
parent07fb6bef6242c0f2ab47f059583edbdef924823e
FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash if
one was PCH'ed without any.

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