]> granicus.if.org Git - clang/commit
Correctly implement the CheckerVisit optimization introduced in r106884, but this...
authorTed Kremenek <kremenek@apple.com>
Wed, 30 Jun 2010 07:28:52 +0000 (07:28 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 30 Jun 2010 07:28:52 +0000 (07:28 +0000)
commit78b6675da7b4a9e2a3a63e295ec598d2bd66aee2
treefea4c16cd8856a134391d21bc03bf29a6517c2ea
parent7f3a545ba6ccfbe8b7f5268e4cfbee52ec2c4d4c
Correctly implement the CheckerVisit optimization introduced in r106884, but this time actually used the cached checker list when calling back to Checker visit methods.  This reduces the analysis time for sqlite3.c by 8%.

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