[all-commits] [llvm/llvm-project] 9f276d: [clang][dataflow] Avoid putting an assertion in an...
martinboehme via All-commits
all-commits at lists.llvm.org
Mon Sep 25 23:49:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f276d4ddd0efa2e323d674a35317c253ab66d58
https://github.com/llvm/llvm-project/commit/9f276d4ddd0efa2e323d674a35317c253ab66d58
Author: martinboehme <mboehme at google.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
Log Message:
-----------
[clang][dataflow] Avoid putting an assertion in an `LLVM_DEBUG` block. (#67313)
`LLVM_DEBUG` blocks are only run if the `-debug` command line flag is
passed.
We don't do this in any of our CI builds, so the assertion has limited
value and
it's likely it will start failing over time.
More information about the All-commits
mailing list