Skip to content
  1. Mar 06, 2012
  2. Mar 05, 2012
  3. Mar 04, 2012
  4. Mar 03, 2012
  5. Mar 02, 2012
  6. Mar 01, 2012
  7. Feb 29, 2012
  8. Feb 28, 2012
  9. Feb 27, 2012
  10. Feb 25, 2012
    • Ted Kremenek's avatar
      RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt... · ef31f376
      Ted Kremenek authored
      RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt unless we are in the top-level call frame.  We can do more later, but this makes the checker self-consistent (and fixes a crash).
      
      llvm-svn: 151426
      ef31f376
    • Anna Zaks's avatar
      [analyzer] Malloc: reason about the ObjC messages and C++. · 7ac344a4
      Anna Zaks authored
      Assume none of the ObjC messages defined in system headers free memory,
      except for the ones containing 'freeWhenDone' selector. Currently, just
      assume that the region escapes to the messages with 'freeWhenDone'
      (ideally, we want to treat it as 'free()').
      
      For now, always assume that regions escape when passed to C++ methods.
      
      llvm-svn: 151410
      7ac344a4
  11. Feb 24, 2012
Loading