teak-llvm/clang/unittests/Analysis
Gabor Horvath 05c7dc6648 [DataFlow] Factor two worklist implementations out
Right now every dataflow algorithm uses its own worklist implementation.
This is a first step to reduce this duplication. Some upcoming
algorithms such as the lifetime analysis is going to use the factored
out implementations.

Differential Revision: https://reviews.llvm.org/D72380
2020-01-17 08:11:15 -08:00
..
CFGBuildResult.h [DataFlow] Factor two worklist implementations out 2020-01-17 08:11:15 -08:00
CFGDominatorTree.cpp [analyzer][IDF] Add a control dependency calculator + a new debug checker 2019-07-05 12:17:44 +00:00
CFGTest.cpp [DataFlow] Factor two worklist implementations out 2020-01-17 08:11:15 -08:00
CloneDetectionTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [analyzer][Dominators][NFC] Add unit tests 2019-07-05 10:16:36 +00:00
ExprMutationAnalyzerTest.cpp [NFC] format unittest for ExprMutAnalyzer 2020-01-10 16:10:55 +01:00