[all-commits] [llvm/llvm-project] 45e0f6: Add a floating-point suffix to silence warnings; NFC
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Wed Nov 4 07:10:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 45e0f651623d5507a0ea85533c960956573533d7
https://github.com/llvm/llvm-project/commit/45e0f651623d5507a0ea85533c960956573533d7
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/quality/CompletionModelCodegen.py
Log Message:
-----------
Add a floating-point suffix to silence warnings; NFC
This silences about 6000 warnings about truncating from double to float
with Visual Studio.
More information about the All-commits
mailing list