[PATCH] D85295: [SyntaxTree] Implement the List construct.
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 6 10:05:04 PDT 2020
gribozavr2 added inline comments.
================
Comment at: clang/include/clang/Tooling/Syntax/Tree.h:247
+
+ TerminationKind getTerminationKind();
+
----------------
I just realized that the rest of the syntax tree API does not use the `get~` prefix. However, most of Clang does, as far as I know. Which way should we repaint?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85295/new/
https://reviews.llvm.org/D85295
More information about the cfe-commits
mailing list