[PATCH] D102159: [index][analyzer][ctu] Eliminate white spaces in the CTU lookup name.
Argyrios Kyrtzidis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 11 15:51:13 PDT 2021
akyrtzi added a comment.
To clarify, I was suggesting that //in addition// to removing the space from unhandled types, we also handle the member function pointer type and not leave it in this fallback case.
Types should have unique USR characters so that overloaded functions (overloaded on the type parameter) have unique USRs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102159/new/
https://reviews.llvm.org/D102159
More information about the cfe-commits
mailing list