- Do not visit CXXDefaultArgExpr
- To build CallArguments nodes, just go through non-default arguments
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please also add tests for calls to constructors without arguments and calls to implicit constructors 1 argument, as requested in https://reviews.llvm.org/D86700.
clang/unittests/Tooling/Syntax/BuildTreeTest.cpp | ||
---|---|---|
4227 | Please also add tests that use this syntax: X x1; X x2(1); X x3(1, '2'); |
Please also add tests that use this syntax: