[all-commits] [llvm/llvm-project] 86618e: Resolve lint warning about converting unsigned to ...
Salman Javed via All-commits
all-commits at lists.llvm.org
Wed Dec 22 12:52:17 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86618e37bded924d0a7a06ef0818bb9b2311532d
https://github.com/llvm/llvm-project/commit/86618e37bded924d0a7a06ef0818bb9b2311532d
Author: Salman Javed <mail at salmanjaved.org>
Date: 2021-12-23 (Thu, 23 Dec 2021)
Changed paths:
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
Log Message:
-----------
Resolve lint warning about converting unsigned to signed (NFC)
FileOffset is unsigned while getLocWithOffset() requires a signed value.
More information about the All-commits
mailing list