[Lldb-commits] [PATCH] D59524: Improve error handling for Clang module imports

2019-03-19 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL356462: Improve error handling for Clang module imports. (authored by adrian, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https://revi

[Lldb-commits] [PATCH] D59524: Improve error handling for Clang module imports

2019-03-18 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59524/new/ https://reviews.llvm.org/D59524 ___

[Lldb-commits] [PATCH] D59524: Improve error handling for Clang module imports

2019-03-18 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl created this revision. aprantl added a reviewer: JDevlieghere. Herald added a reviewer: serge-sans-paille. Herald added a project: LLDB. aprantl edited the summary of this revision. Most notably this avoids nullptr dereferences when the import fails. rdar://problem/48883558 Repository: