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

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 26 08:49:47 PDT 2020


gribozavr2 added a comment.

Could you add tests that verify the pairing of elements and delimiters?



================
Comment at: clang/include/clang/Tooling/Syntax/Tree.h:214
+  /// elements and delimiters are represented as null pointers. Below we give
+  /// examples of what this iteration would looks like.
   ///
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90161



More information about the cfe-commits mailing list