]> granicus.if.org Git - clang/commit
Patch to fix a crash on incomplete class declaration.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 14 May 2010 21:35:02 +0000 (21:35 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 14 May 2010 21:35:02 +0000 (21:35 +0000)
commit4fb20533baff585c27531fe90c9bf7b004e07bb7
tree88050b36295ebc05333ea190410b874a5b458a31
parent69cfeb1036ad22c911b7243dca0eecee72e452d3
Patch to fix a crash on incomplete class declaration.
Radar 7923673.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103812 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Parser/cxx-undeclared-identifier.cpp [new file with mode: 0644]