[PATCH] D90161: [SyntaxTree] Provide iterators for Lists

Eduardo Caldas via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 09:00:37 PDT 2020


eduucaldas updated this revision to Diff 301024.
eduucaldas marked 6 inline comments as done.
eduucaldas added a comment.

- `const` on `getElement` and similar.
- `NotSentinel` -> `Element`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90161

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90161.301024.patch
Type: text/x-patch
Size: 25972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201027/a3924845/attachment-0001.bin>


More information about the cfe-commits mailing list