[PATCH] D117321: [clang] Remap file path in __PRETTY_FUNCTION__
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 17 11:29:53 PST 2022
dblaikie added a comment.
This seems like patching a hole, but maybe something more fundamental should be done if this remapping is meant to apply to all path rendering? (presumably there could be other bugs where these callbacks aren't applied - so is there somewhere lower level that this issue could be fixed that'd make any other callsites like this safe/correct?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117321/new/
https://reviews.llvm.org/D117321
More information about the cfe-commits
mailing list