[all-commits] [llvm/llvm-project] 967604: [clang][dataflow] In tests, error out if we didn't...
martinboehme via All-commits
all-commits at lists.llvm.org
Thu Sep 14 02:32:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 967604a07b1d5da15fb561d4ceae04cbaef02df7
https://github.com/llvm/llvm-project/commit/967604a07b1d5da15fb561d4ceae04cbaef02df7
Author: martinboehme <mboehme at google.com>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Changed paths:
M clang/unittests/Analysis/FlowSensitive/TestingSupport.h
Log Message:
-----------
[clang][dataflow] In tests, error out if we didn't find any matching target functions. (#66197)
Before, we were silently letting the test pass, which masks test bugs;
for an
example, see https://github.com/llvm/llvm-project/pull/66195.
More information about the All-commits
mailing list