[llvm-branch-commits] [clang-tools-extra] release/19.x: [clang-tidy] Fix crash in modernize-use-ranges (#100427) (PR #101482)

Nathan James via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Oct 6 21:00:54 PDT 2024


njames93 wrote:

That crash is addressed in #111318. Basically the check works fine when run in clang-tidy with 1 source file, but failed when ran multiple times from one process.

https://github.com/llvm/llvm-project/pull/101482


More information about the llvm-branch-commits mailing list