I'll write the tests for variadic templates, templated argument and partial
specialization (and fix the code if it needs to be)
================
Comment at: tools/c-index-test/c-index-test.c:1288
@@ +1287,3 @@
+ if (TArg.kind != CXType_Invalid) {
+ PrintTypeAndTypeKind(TArg, " [%s] [%s]");
+ }
----------------
Dmitri Gribenko wrote:
> This format is confusing (is it two parameters instead of one?) Consider
> more verbose [type=%s] [typekind=%s]
>
Seems like this comes from the test right above which has been copy pasted.
Will fix that (and the one above), but this ambiguity is not dangerous to the
tests.
http://llvm-reviews.chandlerc.com/D1688
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits