[clang] Fix MSVC warning in CompilerInvocation.cpp (PR #152809)
Daniel Paoliello via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 9 14:22:42 PDT 2025
dpaoliello wrote:
> Can we simply change `unsigned` to `int` in Line 4444? What do you think?
Yep, that works.
https://github.com/llvm/llvm-project/pull/152809
More information about the cfe-commits
mailing list