The test case isn't using the AST matchers for all checks as there doesn't seem to be support for
matching NonTypeTemplateParmDecl default arguments. Otherwise this is simply importing the
default arguments.
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/unittests/AST/ASTImporterTest.cpp | ||
---|---|---|
933 | Might make sense to test multiple default arguments and types. |
Good catch!