[PATCH] D72334: [Syntax] Build nodes for template declarations.
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 15 12:23:32 PST 2020
gribozavr2 added inline comments.
================
Comment at: clang/lib/Tooling/Syntax/BuildTree.cpp:930
+ Builder.markChildToken(TemplateKW, syntax::NodeRole::IntroducerKeyword);
+ Builder.markMaybeDelayedChild(
+ TemplatedDeclaration,
----------------
Why is this range maybe-delayed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72334/new/
https://reviews.llvm.org/D72334
More information about the cfe-commits
mailing list