[all-commits] [llvm/llvm-project] 14390e: Fix MSVC "not all control paths return a value" wa...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue May 2 02:43:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14390ecb75b28cca2b151c70bb1718b36876f977
https://github.com/llvm/llvm-project/commit/14390ecb75b28cca2b151c70bb1718b36876f977
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-05-02 (Tue, 02 May 2023)
Changed paths:
M llvm/lib/Object/GOFFObjectFile.cpp
Log Message:
-----------
Fix MSVC "not all control paths return a value" warnings. NFC.
Commit: da942fee5bb80c2fb81fbb914304e94103cc25a5
https://github.com/llvm/llvm-project/commit/da942fee5bb80c2fb81fbb914304e94103cc25a5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-05-02 (Tue, 02 May 2023)
Changed paths:
M llvm/unittests/Object/GOFFObjectFileTest.cpp
Log Message:
-----------
Fix MSVC "truncation of constant value" warnings. NFC.
Compare: https://github.com/llvm/llvm-project/compare/87ae74692456...da942fee5bb8
More information about the All-commits
mailing list