diff options
| author | Puyan Lotfi <puyan@puyan.org> | 2019-08-06 23:25:34 +0000 |
|---|---|---|
| committer | Puyan Lotfi <puyan@puyan.org> | 2019-08-06 23:25:34 +0000 |
| commit | 1dcf216f9fa662a3a02c3fc938157fbc0bcdf19f (patch) | |
| tree | b9d5136733e9371a3d352fd658d88163141249c8 /llvm/tools | |
| parent | bd0d97e1c41f17ea3fd5cba3fe337b4693eb8cbb (diff) | |
| download | bcm5719-llvm-1dcf216f9fa662a3a02c3fc938157fbc0bcdf19f.tar.gz bcm5719-llvm-1dcf216f9fa662a3a02c3fc938157fbc0bcdf19f.zip | |
[clang][DirectoryWatcher][NFC] Swapping asserts for llvm fatal_error in create
I also have replaced all the instances of
"auto DW = DirectoryWatcher::create" with
llvm::Expected<std::unique_ptr<DirectoryWatcher>> DW = DirectoryWatcher::create
to make it more clear that DirectoryWatcher::create is returning an Expected.
I've also allowed for logAllUnhandledErrors to consume errors in the case were
DirectoryWatcher::create produces them.
Differential Revision: https://reviews.llvm.org/D65829
llvm-svn: 368108
Diffstat (limited to 'llvm/tools')
0 files changed, 0 insertions, 0 deletions

