Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clang] NFC Silence compiler warning spam (#86532)
This non-functional change eliminates the compiler warning ``` /repo/llvm-project/clang/include/clang/Basic/SyncScope.h: In member function ‘virtual bool clang::AtomicScopeGenericModel::isValid(unsigned int) const’: /repo/llvm-project/clang/include/clang/Basic/SyncScope.h:255:14: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] return S >= static_cast<unsigned>(System) && ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` which was appearing repeatedly, as this header is included into very many source files (through various chains of 6-7 header files).
- Loading branch information