| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix missing includes in format_string.hpp helper | Eric Fiselier | 2018-07-25 | 1 | -4/+5 |
| | | | | | llvm-svn: 337886 | ||||
| * | Fix use of C++14 syntax in C++11 filesystem tests. | Eric Fiselier | 2018-07-23 | 1 | -3/+5 |
| | | | | | llvm-svn: 337666 | ||||
| * | Implement filesystem_error::what() and improve reporting. | Eric Fiselier | 2018-07-23 | 1 | -0/+68 |
| This patch implements the `what()` for filesystem errors. The message includes the 'what_arg', any paths that were specified, and the error code message. Additionally this patch refactors how errors are created, making it easier to report them correctly. llvm-svn: 337664 | |||||

