[PATCH] D84599: [Index/USRGeneration] Use NamedDecl::getDeclName() instead of NamedDecl::printName in USRGenerator::EmitDeclName
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 7 13:18:37 PDT 2020
riccibruno added a comment.
To make this patch more acceptable I could also add a `Visit` function for `DecompositionDecl` and `MSGuidDecl` such that the current behaviour is preserved (I won't be able to test it though since these implicit AST nodes are not visited).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84599/new/
https://reviews.llvm.org/D84599
More information about the cfe-commits
mailing list