[all-commits] [llvm/llvm-project] 68e459: [libcxx] Fix the function name in exceptions from ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue May 25 13:50:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68e45962531a25a0fab63eab163a6c9f84c81f1e
https://github.com/llvm/llvm-project/commit/68e45962531a25a0fab63eab163a6c9f84c81f1e
Author: Martin Storsjö <martin at martin.st>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M libcxx/src/filesystem/operations.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directories/create_directories.pass.cpp
Log Message:
-----------
[libcxx] Fix the function name in exceptions from create_directories
If the nested create_directory call fails, we'd still want to
re-report the errors with the create_directories function name,
which is what the caller called.
This fixes one aspect from MS STL's tests for std::filesystem.
Differential Revision: https://reviews.llvm.org/D102365
More information about the All-commits
mailing list