[all-commits] [llvm/llvm-project] 2e828e: [lldb] Fix e89414f406 for msvc
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Jul 27 02:50:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e828e7579928e8cc1c5e53c84ab99ffb5afca03
https://github.com/llvm/llvm-project/commit/2e828e7579928e8cc1c5e53c84ab99ffb5afca03
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M lldb/include/lldb/Utility/Scalar.h
Log Message:
-----------
[lldb] Fix e89414f406 for msvc
MSVC finds the APInt construction ambiguous. Use a case to help it
choose the right constructor.
More information about the All-commits
mailing list