[PATCH] D103797: [clang] Use resolved path for headers in decluse diagnostics
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 7 08:44:44 PDT 2021
kadircet added a comment.
It is the absolute path of the header. e.g:
`module TestTU does not depend on a module exporting '/work/llvm/clang-tools-extra/clangd/AST.h'`
rather than
`module TestTU does not depend on a module exporting 'AST.h'`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103797/new/
https://reviews.llvm.org/D103797
More information about the cfe-commits
mailing list