]> granicus.if.org Git - clang/commit
Add GRWorkList::VisitItemsInWorkList() to allow a client to introspect the contents...
authorTed Kremenek <kremenek@apple.com>
Sat, 13 Nov 2010 05:04:49 +0000 (05:04 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 13 Nov 2010 05:04:49 +0000 (05:04 +0000)
commit3e47b486f200d2b4cfb069c6f0d20fe5cf189fcd
tree40ce1a6bd9f6ec53b5af99ec4a3b552e8b2a431e
parent72a014197ceb759f14eeca78c713caf64d6d196d
Add GRWorkList::VisitItemsInWorkList() to allow a client to introspect the contents of a worklist.
This API required changing the BFS worklist to use a deque instead of a queue, but that is better
for performance reasons anyway.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118982 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/GRWorkList.h
lib/Checker/GRCoreEngine.cpp