Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Could you add the following test case for dumping all decls?
template <typename T> class Foo { public: Foo() {} }; typedef Foo<int> Foo_i;