Skip to content
  • Ted Kremenek's avatar
    Partitioned BugTypeCachedLocation::isCached() into two methods: one that... · 590abd36
    Ted Kremenek authored
    Partitioned BugTypeCachedLocation::isCached() into two methods: one that accepts and ExplodedNode, and the other that accepts a ProgramPoint.  The default behavior is to cache bug reports by the
    location they occur (the end node).  Subclasses can override this behavior by providing a different ProgramPoint.
    
    llvm-svn: 51197
    590abd36
Loading