[PATCH] D56751: [ASTDump] Mark variadic declarations with a tag instead of child node
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 16 05:07:07 PST 2019
aaron.ballman added a comment.
Can you add a test for a variadic lambda in C++ as well? I suspect it will work out of the box, but the extra test coverage would be good to have. We should probably have a K&R C function example as well to ensure it doesn't print as variadic. e.g., `void func();` in C mode.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56751/new/
https://reviews.llvm.org/D56751
More information about the cfe-commits
mailing list