Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think we also need to update List::getTerminationKind() and other similar List methods to handle this list kind.
Comment Actions
Could you add some tests with variadic parameter lists & variadic function templates? If we don't handle them correctly, please leave a FIXME in the test.
clang/unittests/Tooling/Syntax/BuildTreeTest.cpp | ||
---|---|---|
4041 | Could you also add one with a name? Args... args |
Could you also add one with a name? Args... args