Add GRWorkList::VisitItemsInWorkList() to allow a client to introspect the contents...
commit001e040b55064721c4decd8d7e1be3b566b2693d
authorTed Kremenek <kremenek@apple.com>
Sat, 13 Nov 2010 05:04:49 +0000 (13 05:04 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 13 Nov 2010 05:04:49 +0000 (13 05:04 +0000)
tree40ce1a6bd9f6ec53b5af99ec4a3b552e8b2a431e
parentce1958bf0f692928bc9e4a1b2c77755eb56d2377
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