This is builds upon:
https://reviews.llvm.org/D86699
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/unittests/Tooling/Syntax/BuildTreeTest.cpp | ||
---|---|---|
552 | Do we have tests for calling constructors with arguments? n::S s3(1, 2, 3); If not, please add them. |
clang/unittests/Tooling/Syntax/BuildTreeTest.cpp | ||
---|---|---|
552 | We have. I improved their coverage in the parent patch |
clang/lib/Tooling/Syntax/BuildTree.cpp | ||
---|---|---|
1137 | OK, added a comment in that review. |