]> granicus.if.org Git - clang/commit
Push variable declaration into nested scope (the only place where it is used). Found...
authorTed Kremenek <kremenek@apple.com>
Tue, 1 May 2012 17:56:53 +0000 (17:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 1 May 2012 17:56:53 +0000 (17:56 +0000)
commitcf18ae57176a827b668e059d559ee5f1d6f8f910
treecd2feeea6a171d2c53d037e1a92205d691d7a502
parentb68258fba663cd6a75bf44114e4eb2849551a45f
Push variable declaration into nested scope (the only place where it is used).  Found by static analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155922 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp