Skip to content
  1. Aug 26, 2011
  2. Aug 25, 2011
  3. Aug 24, 2011
  4. Aug 23, 2011
  5. Aug 21, 2011
  6. Aug 20, 2011
  7. 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
  8. Aug 16, 2011
  9. Aug 15, 2011
  10. Aug 13, 2011
  11. 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
  12. Aug 06, 2011
  13. Aug 05, 2011
  14. Aug 04, 2011
  15. Aug 03, 2011
  16. Aug 02, 2011
Loading