[PATCH] D86700: [SyntaxTree] Ignore leaf implicit `CXXConstructExpr`

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 31 12:24:50 PDT 2020


gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/Tooling/Syntax/BuildTreeTest.cpp:552
   [[::n::S s1]];
   [[n::S s2]];
 }
----------------
Do we have tests for calling constructors with arguments?

`n::S s3(1, 2, 3);`
`n::S s3{1, 2, 3};`

If not, please add them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86700/new/

https://reviews.llvm.org/D86700



More information about the cfe-commits mailing list