]> granicus.if.org Git - clang/commit
ActOnCXXConditionDeclaration should take into account that
authorDouglas Gregor <dgregor@apple.com>
Tue, 5 Jul 2011 16:13:20 +0000 (16:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 5 Jul 2011 16:13:20 +0000 (16:13 +0000)
commit9a30c9946e898e595eb71f23dc9a60303428998b
tree82786253a9cebf2aa831d861aa3764625d9a17fb
parent16c3eaeea209487ce688215736f0660fc530c17d
ActOnCXXConditionDeclaration should take into account that
ActOnDeclarator can return NULL. Fixes PR10270, from Hans Wennborg!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134416 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/crashes.cpp