forked from OSchip/llvm-project
![]() Adds `MatchSwitch`, a library for simplifying implementation of transfer functions. `MatchSwitch` supports constructing a "switch" statement, where each case of the switch is defined by an AST matcher. The cases are considered in order, like pattern matching in functional languages. Differential Revision: https://reviews.llvm.org/D120900 |
||
---|---|---|
.. | ||
FlowSensitive | ||
CFGBuildResult.h | ||
CFGDominatorTree.cpp | ||
CFGTest.cpp | ||
CMakeLists.txt | ||
CloneDetectionTest.cpp | ||
ExprMutationAnalyzerTest.cpp | ||
MacroExpansionContextTest.cpp |