ioeric added a comment. Could you add the following test case for dumping all decls?
template <typename T>
class Foo {
public:
Foo() {}
};
typedef Foo<int> Foo_i;
https://reviews.llvm.org/D32741
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
