summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-08-06 23:25:34 +0000
committerPuyan Lotfi <puyan@puyan.org>2019-08-06 23:25:34 +0000
commit1dcf216f9fa662a3a02c3fc938157fbc0bcdf19f (patch)
treeb9d5136733e9371a3d352fd658d88163141249c8 /llvm/tools
parentbd0d97e1c41f17ea3fd5cba3fe337b4693eb8cbb (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud