[PATCH] D88106: [SyntaxTree] Provide iterator-like functions for Lists

Eduardo Caldas via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 8 10:00:55 PDT 2020


eduucaldas updated this revision to Diff 297006.
eduucaldas added a comment.

Replace `auto .. = std::vector();` with `std::vector ..;`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88106

Files:
  clang/include/clang/Tooling/Syntax/Tree.h
  clang/lib/Tooling/Syntax/Nodes.cpp
  clang/lib/Tooling/Syntax/Tree.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88106.297006.patch
Type: text/x-patch
Size: 15583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201008/22e08227/attachment-0001.bin>


More information about the cfe-commits mailing list