Skip to content
  • Ted Kremenek's avatar
    retain/release checker: Check if a tracked value escapes if we also try... · e86755e1
    Ted Kremenek authored
    retain/release checker: Check if a tracked value escapes if we also try binding it to the store and the store doesn't support that binding (i.e., it cannot track it).  This has the nice feature that the checker will automatically get more powerful if we use a more powerful store model.
    
    llvm-svn: 57755
    e86755e1
Loading