[all-commits] [llvm/llvm-project] 88210b: [clang][dataflow] Refactor `clang/Analysis/FlowSen...
weiyi via All-commits
all-commits at lists.llvm.org
Mon Sep 19 12:11:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88210b81eed803598afeeaa2a60eb26ddbb65435
https://github.com/llvm/llvm-project/commit/88210b81eed803598afeeaa2a60eb26ddbb65435
Author: Wei Yi Tee <wyt at google.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
Log Message:
-----------
[clang][dataflow] Refactor `clang/Analysis/FlowSensitive/MatchSwitchTest.cpp`.
- Remove use of `runDataflowAnalysis` to keep test isolated.
- Add test for `ASTMatchSwitch<CXXCtorInitializer, ...>`.
Reviewed By: gribozavr2, sgatev
Differential Revision: https://reviews.llvm.org/D133935
More information about the All-commits
mailing list