[clang] Fix MSVC warning in CompilerInvocation.cpp (PR #152809)

via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 9 06:18:16 PDT 2025


https://github.com/yronglin commented:

Can we simply change unsigned to int in Line 4444? What do you think?
```cpp
int Major, Minor = 0;
```

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


More information about the cfe-commits mailing list