Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6051 Build 6051: arc lint + arc unit
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;