Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang][test] Minor fixes in testcase absolute-paths-symlinks.c | Karl-Johan Karlsson | 2019-12-26 | 1 | -3/+5 |
| | | | | This is a follow up commit to address post-commit comment in D70527. | ||||
* | [clang] Fix the canonicalization of paths in -fdiagnostics-absolute-paths | Karl-Johan Karlsson | 2019-12-20 | 1 | -0/+15 |
In the current implementation of clang the canonicalization of paths in diagnostic messages (when using -fdiagnostics-absolute-paths) only works if the symbolic link is in the directory part of the filename, not if the file itself is a symbolic link to another file. This patch adds support to canonicalize the complete path including the file. Reviewers: rsmith, hans, rnk, ikudrin Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D70527 |