Prazek added a comment. In http://reviews.llvm.org/D18919#419902, @curdeius wrote:
> I'm really interested in the manner this check works when a typedef has > multiple declarations in it (same example as in the comment): > > typedef int m_int, *m_int_p, &m_int_r, m_int_arr[10], (&m_int_fun)(int, > int); > > > I tried to implement such a check once, but this was the hard part. FYI, > that's my stub: > https://github.com/llvm-mirror/clang-tools-extra/compare/master...mkurdej:feature/use-using. I don't think that this featcher is necessary. I don't know a lot of code using it. I am curious how this check will behave. Repository: rL LLVM http://reviews.llvm.org/D18919 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits