Files
clang-p2996/llvm/lib/Support/LockFileManager.cpp
Michael Spencer c4f59937ca [llvm][Support] Call clear_error in LockFileManager to avoid report_fatal_error (#83655)
As per the comment in `raw_fd_ostream`'s destructor, you must call
`clear_error()` to prevent a call to `report_fatal_error()`. There's not
really a way to test this, but we did encounter it in the wild.

rdar://117347895
2024-03-02 02:29:08 -08:00

9.9 KiB