[all-commits] [llvm/llvm-project] 74c8d9: Revert "[clang][dataflow] Generalise match switch ...
weiyi via All-commits
all-commits at lists.llvm.org
Wed Aug 31 11:52:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74c8d9d5fc83868977d497c4376296bc27319622
https://github.com/llvm/llvm-project/commit/74c8d9d5fc83868977d497c4376296bc27319622
Author: Wei Yi Tee <wyt at google.com>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
R clang/include/clang/Analysis/FlowSensitive/CFGMatchSwitch.h
M clang/include/clang/Analysis/FlowSensitive/MatchSwitch.h
R clang/unittests/Analysis/FlowSensitive/CFGMatchSwitchTest.cpp
M clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
M clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
Log Message:
-----------
Revert "[clang][dataflow] Generalise match switch utility to other AST types and add a `CFGMatchSwitch` which currently handles `CFGStmt` and `CFGInitializer`."
This reverts commit c9033eeb2e59c0157b84adfc6b0fe345f6f03113.
https://lab.llvm.org/buildbot#builders/57/builds/21618
Build failure due to comparison between unsigned int and const int
originating from EXPECT_EQ.
More information about the All-commits
mailing list