Pavel Labath
ab86d3da7a
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
2019-02-22 13:36:01 +00:00
..
2019-02-13 06:25:41 +00:00
2019-01-19 08:50:56 +00:00
2019-02-13 06:25:41 +00:00
2019-02-15 21:40:59 +00:00
2019-02-18 20:31:18 +00:00
2019-02-13 06:25:41 +00:00
2019-02-11 23:13:08 +00:00
2019-02-11 23:13:08 +00:00
2019-02-18 20:31:18 +00:00
2019-02-13 06:25:41 +00:00
2019-01-19 08:50:56 +00:00
2019-02-13 06:25:41 +00:00
2019-02-20 14:31:06 +00:00
2019-02-13 06:25:41 +00:00
2019-02-14 05:34:46 +00:00
2019-02-22 13:36:01 +00:00
2019-02-16 18:39:14 +00:00
2019-02-12 03:47:39 +00:00
2019-02-18 11:06:57 +00:00
2019-02-15 21:55:29 +00:00
2019-02-12 03:47:39 +00:00
2019-02-13 06:25:41 +00:00
2017-10-25 21:05:31 +00:00