[PATCH] D137818: Add support for querying SubstTemplateTypeParm types
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 21 05:48:58 PST 2022
aaron.ballman added a comment.
In D137818#3939213 <https://reviews.llvm.org/D137818#3939213>, @anderslanglands wrote:
> Arg just noticed an issue: clang_Type_getReplacementType should be in the LLVM_16 block in libclang.map not in the LLVM_13 block. I've blown away my local branch so don't know how to fix the patch. Shall I just make a new patch once this is merged?
In Phabricator, you can click the "Download Raw Diff" link (right-hand side of the page, near-ish the top) to get the patch back; you should be able to use that to get your local branch back to the same state.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137818/new/
https://reviews.llvm.org/D137818
More information about the cfe-commits
mailing list