]> granicus.if.org Git - clang/commit
Extracted out some useful common functions in IdempotentOperationChecker to their...
authorTom Care <tcare@apple.com>
Tue, 27 Jul 2010 23:26:07 +0000 (23:26 +0000)
committerTom Care <tcare@apple.com>
Tue, 27 Jul 2010 23:26:07 +0000 (23:26 +0000)
commita9fbf5ba297d77a34d564055f1f05414e0224bf9
tree7ccaf721867cc3fe4d1adf3821988f31b06949e9
parent52198c2e20a2fd471a9b1f754a1aa49c4f6d3843
Extracted out some useful common functions in IdempotentOperationChecker to their own CheckerHelpers file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109560 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/CheckerHelpers.h [new file with mode: 0644]
lib/Checker/CMakeLists.txt
lib/Checker/CheckerHelpers.cpp [new file with mode: 0644]
lib/Checker/IdempotentOperationChecker.cpp