[PATCH] D86544: [SyntaxTree] Add support for call expressions

Eduardo Caldas via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 25 08:45:26 PDT 2020


eduucaldas created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
eduucaldas requested review of this revision.

Add support for all C++ call expressions, including those coming from `operator()`.
A call expression's arguments are inside their own node - `CallArguments` - based on the `List` base API.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86544

Files:
  clang/include/clang/Tooling/Syntax/Nodes.h
  clang/lib/Tooling/Syntax/BuildTree.cpp
  clang/lib/Tooling/Syntax/Nodes.cpp
  clang/unittests/Tooling/Syntax/BuildTreeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86544.287682.patch
Type: text/x-patch
Size: 29459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200825/41f7d350/attachment-0001.bin>


More information about the cfe-commits mailing list