diff options
author | Pavel Labath <pavel@labath.sk> | 2019-02-22 13:36:01 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-02-22 13:36:01 +0000 |
commit | ab86d3da7ac4e85e9f363fe3a74a21d61e719a9d (patch) | |
tree | a04e3bc39e73679c675c6238cce52017c6d33996 /llvm/include | |
parent | acb628b2afb4b43dd0224c393f1ff47abd3b9045 (diff) | |
download | bcm5719-llvm-ab86d3da7ac4e85e9f363fe3a74a21d61e719a9d.tar.gz bcm5719-llvm-ab86d3da7ac4e85e9f363fe3a74a21d61e719a9d.zip |
Avoid two-stage initialization of MinidumpParser
remove the Initialize function, move the things that can fail into the
static factory function. The factory function now returns
Expected<Parser> instead of Optional<Parser> so that it can give a
reason why creation failed.
llvm-svn: 354668
Diffstat (limited to 'llvm/include')
0 files changed, 0 insertions, 0 deletions