]> granicus.if.org Git - clang/commit
reimplement DeclStmt handling so that we correctly handle intermixed
authorChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 23:01:20 +0000 (23:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 23:01:20 +0000 (23:01 +0000)
commit2b7b2ca64ad8d293d10909a7ac119fa3fc10c95c
tree38be9549d1930741fb89c927cb9b36456e3e11f5
parent5b40e0cebcb883540ec3005c47a960107e65f375
reimplement DeclStmt handling so that we correctly handle intermixed
VLA's and statement expressions.

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