[PATCH] D81135: Add support for IntegerLiteral in SyntaxTree
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 4 04:50:39 PDT 2020
gribozavr2 added inline comments.
================
Comment at: clang/include/clang/Tooling/Syntax/Nodes.h:642
// TODO: add accessors for specifiers.
- syntax::Leaf *arrow();
+ syntax::Leaf *arrowToken();
syntax::SimpleDeclarator *declarator();
----------------
Could you move this change to a separate patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81135/new/
https://reviews.llvm.org/D81135
More information about the cfe-commits
mailing list