Skip to content
  1. Sep 02, 2011
  2. Sep 01, 2011
  3. Aug 31, 2011
  4. Aug 29, 2011
  5. Aug 28, 2011
    • Jordy Rose's avatar
      [analyzer] Change the check::RegionChanges callback to include the regions... · 1fad6631
      Jordy Rose authored
      [analyzer] Change the check::RegionChanges callback to include the regions explicitly requested for invalidation.
      
      Also, allow CallOrObjCMessage to wrap a CXXConstructExpr as well.
      
      Finally, this allows us to remove the clunky whitelisting system from CFRefCount/RetainReleaseChecker. Slight regression due to CXXNewExprs not yet being handled in post-statement callbacks (PR forthcoming).
      
      llvm-svn: 138716
      1fad6631
  6. Aug 26, 2011
  7. Aug 25, 2011
  8. Aug 24, 2011
  9. Aug 23, 2011
  10. Aug 21, 2011
  11. Aug 20, 2011
  12. Aug 18, 2011
    • Anna Zaks's avatar
      Remove EnhancedBugReport and RangedBugReport - pull all the extra... · 3a6bdf8f
      Anna Zaks authored
      Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
      
      llvm-svn: 137894
      3a6bdf8f
  13. Aug 16, 2011
  14. Aug 15, 2011
  15. Aug 13, 2011
  16. Aug 12, 2011
    • Anna Zaks's avatar
      MacOSKeychainAPIChecker: · fdd0aca0
      Anna Zaks authored
      Report errors earlier: on checkDeadSymbols() and clear the state after the symbol we are tracking goes out of scope. 
      
      Also, perform lazy error checking. Instead of forcing the paths to be split depending one the return value of the allocator, make the return symbol depend on the allocated data symbol, which prolongs its life span to the time when the allocated data symbol becomes dead.
      
      llvm-svn: 137523
      fdd0aca0
    • Jordy Rose's avatar
      [analyzer] Nitpicks on Olaf's patch, which I meant to e-mail but then didn't in · add45b78
      Jordy Rose authored
      time. One is cleanup, the other is me being OCD about enum group nesting.
      
      llvm-svn: 137517
      add45b78
    • Anna Zaks's avatar
      MacOSKeychainAPIChecker: There is no need to use SymbolMetadata to represent... · c94894fb
      Anna Zaks authored
      MacOSKeychainAPIChecker: There is no need to use SymbolMetadata to represent the allocated data symbol, we can just use the symbol corresponding to the SymbolicRegion. This simplifies tracking of the symbol, for example, SymbolMetadata needs to go through extra hoops to stay alive.
      
      Make AllocationState internal to the MacOSKeychainAPIChecker class.
      
      llvm-svn: 137514
      c94894fb
    • Ted Kremenek's avatar
      [analyzer] Introduce new MemRegion, "TypedValueRegion", so that we can... · 8df44b26
      Ted Kremenek authored
      [analyzer] Introduce new MemRegion, "TypedValueRegion", so that we can separate TypedRegions that implement getValueType() from those that don't.
      
      Patch by Olaf Krzikalla!
      
      llvm-svn: 137498
      8df44b26
  17. Aug 06, 2011
Loading