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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to