]> granicus.if.org Git - clang/commit
Only provide explicit getCapturedRegion() and getOriginalRegion() from referenced_var...
authorTed Kremenek <kremenek@apple.com>
Thu, 6 Dec 2012 07:17:20 +0000 (07:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 6 Dec 2012 07:17:20 +0000 (07:17 +0000)
commite3ce2c10c3f6ae7b26700d758de909deab190d42
tree1bbb8ca87244b906e57e424e8919948455adf63a
parent24570c4c258545f8310e4bc96503a5668982cf67
Only provide explicit getCapturedRegion() and getOriginalRegion() from referenced_vars_iterator.

This is a nice conceptual cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169480 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp