[all-commits] [llvm/llvm-project] 8fd5da: Fix MSVC "not all control paths return a value" wa...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Aug 7 03:01:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fd5dafc748669a8e4116368fa08b0d1facedfd2
https://github.com/llvm/llvm-project/commit/8fd5dafc748669a8e4116368fa08b0d1facedfd2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M llvm/lib/Object/COFFObjectFile.cpp
Log Message:
-----------
Fix MSVC "not all control paths return a value" warning. NFC.
Commit: c84a936516228cabc08d1ae6da6b9c3830005c64
https://github.com/llvm/llvm-project/commit/c84a936516228cabc08d1ae6da6b9c3830005c64
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M llvm/lib/Object/COFFObjectFile.cpp
Log Message:
-----------
Remove unnecessary break to fix static analysis warning.
Commit: 79daad3479fa4eb9d704ba2e6814c1b74302d740
https://github.com/llvm/llvm-project/commit/79daad3479fa4eb9d704ba2e6814c1b74302d740
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M llvm/lib/Object/COFFObjectFile.cpp
Log Message:
-----------
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.
Compare: https://github.com/llvm/llvm-project/compare/d06303ffc1f3...79daad3479fa
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list