[PATCH] D95860: [clang][Frontend] Fix a crash in DiagnosticRenderer.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 3 05:56:57 PST 2021
balazske added a comment.
But I do not know if there is a better solution, if the file ID is different these are in different files, one included from the other. If the "include locations" are not accessible in the same way as macro locations we can not get the place (of the #include statement) in the original file. Additionally this may be not always the best thing to display to the user.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95860/new/
https://reviews.llvm.org/D95860
More information about the cfe-commits
mailing list