[PATCH] D65545: Handle some fs::remove failures
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 13:25:04 PDT 2019
jfb updated this revision to Diff 213980.
jfb marked 3 inline comments as done.
jfb added a comment.
- Don't report_fatal_error in code that can be called from LLDB
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65545/new/
https://reviews.llvm.org/D65545
Files:
clang/include/clang/Basic/DiagnosticFrontendKinds.td
clang/include/clang/Frontend/ASTUnit.h
clang/include/clang/Frontend/PrecompiledPreamble.h
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Frontend/DependencyFile.cpp
clang/lib/Frontend/PrecompiledPreamble.cpp
clang/lib/Rewrite/Rewriter.cpp
clang/lib/Serialization/GlobalModuleIndex.cpp
clang/tools/driver/cc1gen_reproducer_main.cpp
clang/tools/libclang/CIndex.cpp
clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
clang/unittests/Frontend/ASTUnitTest.cpp
llvm/include/llvm/Support/FileUtilities.h
llvm/lib/Support/GraphWriter.cpp
llvm/lib/Support/LockFileManager.cpp
llvm/lib/Support/Path.cpp
llvm/lib/Support/ToolOutputFile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65545.213980.patch
Type: text/x-patch
Size: 21232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190807/c8e4f7ca/attachment-0001.bin>
More information about the cfe-commits
mailing list