]> granicus.if.org Git - clang/commit
Nest variable declaration into into 'if' condition, thus restricting the scope of...
authorTed Kremenek <kremenek@apple.com>
Fri, 6 Aug 2010 21:12:53 +0000 (21:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 6 Aug 2010 21:12:53 +0000 (21:12 +0000)
commit8c91230a6870797e2afd89388ca58ab4f8144700
tree52158a82979cfdd25579ffe8304e780f6ea5aaf3
parentcea68654a4e7c44e12364ed3c98b8340f682b599
Nest variable declaration into into 'if' condition, thus restricting the scope of the variable and condensing the code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110472 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/MallocChecker.cpp