]> granicus.if.org Git - clang/commit
Simplified reachability checking in IdempotentOperationChecker and added a helper...
authorTom Care <tom.care@uqconnect.edu.au>
Thu, 9 Sep 2010 02:04:52 +0000 (02:04 +0000)
committerTom Care <tom.care@uqconnect.edu.au>
Thu, 9 Sep 2010 02:04:52 +0000 (02:04 +0000)
commitb062795a65ef6ef27c88103126def46193fcf2f1
tree6f8d68abe7ecabec2de377888d4d938d75628629
parent1db5d140b24bd181644135446fdaca75d8396aa4
Simplified reachability checking in IdempotentOperationChecker and added a helper function for path display.
- Created private class CFGReachabilityAnalysis, which provides cached reachability lookups in the CFG
- Simplified PathWasCompletelyAnalyzed to use the new reachability class
- Added getLastRelevantNodes function for future use with path displaying in BugReporter

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113465 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/IdempotentOperationChecker.cpp