]> granicus.if.org Git - clang/commit
fix another case that assumed that GetTypeForDeclarator would never return null.
authorChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 22:15:02 +0000 (22:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 22:15:02 +0000 (22:15 +0000)
commit6491f47670661c7c9e546cbc3ca7bae2f9850f21
treefb9b4dd98af16a02289bca2a23f371b8b32f8442
parent33c6ebef6f9acad6eb667fff77ff78f0c169332c
fix another case that assumed that GetTypeForDeclarator would never return null.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68918 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Parser/declarators.c