[PATCH] D85440: [SyntaxTree] Implement `NNS` using the `List` base API
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 6 10:05:25 PDT 2020
gribozavr2 added a comment.
Please also add appropriate handling to `syntax::List::getDelimiterTokenKind`, `getTerminationKind`, and `canBeEmpty`.
================
Comment at: clang/lib/Tooling/Syntax/Nodes.cpp:240
return Children;
-}
+};
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85440/new/
https://reviews.llvm.org/D85440
More information about the cfe-commits
mailing list