compnerd added a comment.
Hmm, one case that doesn't currently get handled properly is the following test
case:
c++
template <typename T> void f(const T *);
void g(const std::vector<unsigned char> **v) {
f(&(**v)[0]);
}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108893/new/
https://reviews.llvm.org/D108893
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits