[PATCH] D76355: [Syntax] Build mapping from AST to syntax tree nodes
Marcel Hlopko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 23 08:09:20 PDT 2020
hlopko added a comment.
PTAL.
================
Comment at: clang/lib/Tooling/Syntax/BuildTree.cpp:173
+private:
+ // Keys are either Stmt* or Decl*.
+ llvm::DenseMap<ASTPtr, syntax::Tree *> Nodes;
----------------
gribozavr2 wrote:
> The comment is not needed anymore.
Clang tidy complains when I remove it :/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76355/new/
https://reviews.llvm.org/D76355
More information about the cfe-commits
mailing list