[all-commits] [llvm/llvm-project] 17798c: [lldb] Fix -Wmissing-field-initializers in StackFr...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Jun 9 02:58:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 17798c60bcc284e45529d6afde11bf59ffc549c8
https://github.com/llvm/llvm-project/commit/17798c60bcc284e45529d6afde11bf59ffc549c8
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M lldb/source/Target/StackFrameList.cpp
Log Message:
-----------
[lldb] Fix -Wmissing-field-initializers in StackFrameList
The code is correct without these default values, but it is freaking the
compiler out.
More information about the All-commits
mailing list