]> granicus.if.org Git - clang/commit
[analyzer] [NFC] Move worklist implementation to WorkList.cpp
authorGeorge Karpenkov <ekarpenkov@apple.com>
Fri, 23 Mar 2018 00:16:01 +0000 (00:16 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Fri, 23 Mar 2018 00:16:01 +0000 (00:16 +0000)
commit05aba39f914b3305deba73e50c24e01508b438b7
tree32014c855d5f741db5f3cd35d64ef9f2d9175bab
parentf466627bead78f09923eaa49af4ee55e4d9d7075
[analyzer] [NFC] Move worklist implementation to WorkList.cpp

Current location is very confusing, especially because there is already
WorkList.h, and other code in CoreEngine.cpp is not related to work list
implementation.

Differential Revision: https://reviews.llvm.org/D44759

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328280 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Core/CoreEngine.cpp
lib/StaticAnalyzer/Core/WorkList.cpp [new file with mode: 0644]