]> granicus.if.org Git - clang/commit
Add a new metadata symbol type for checkers to use. Metadata symbols must be associat...
authorJordy Rose <jediknil@belkadan.com>
Sat, 14 Aug 2010 20:18:45 +0000 (20:18 +0000)
committerJordy Rose <jediknil@belkadan.com>
Sat, 14 Aug 2010 20:18:45 +0000 (20:18 +0000)
commitbd533aa4ff8895c676d4634d0d3de254962569d0
tree0c70891592a31a1e20e22344050ccd455d9ef1ca
parent838d796d020f6a8cd2b2d1e2a0a85c83bbf29543
Add a new metadata symbol type for checkers to use. Metadata symbols must be associated with a region and will be collected if the region dies or its checker fails to mark it as in use.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111076 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/Checker.h
include/clang/Checker/PathSensitive/SymbolManager.h
include/clang/Checker/PathSensitive/ValueManager.h
lib/Checker/GRExprEngine.cpp
lib/Checker/SymbolManager.cpp