[clang-tools-extra] [clang-tidy] Avoid assert failure on non-identifier names in `readability-container-size-empty` (PR #181557)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 15 11:01:51 PST 2026
zeyi2 wrote:
> Strangely, shouldn't we've hit this assert before? Release build must've silently suppressed it
It do seems weird... It is possible that we aren't using assertion builds for testing large codebases before.
https://github.com/llvm/llvm-project/pull/181557
More information about the cfe-commits
mailing list