[PATCH] D90221: Include attribute details when dumping AST in JSON

Lev Aronsky via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 04:40:19 PDT 2020


aronsky created this revision.
aronsky added reviewers: aaron.ballman, steveire.
aronsky created this object with visibility "All Users".
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
aronsky requested review of this revision.

AST dumps in JSON format were missing attribute nodes, compared to the textual dumps. This commit fixes the issue.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90221

Files:
  clang/include/clang/AST/CMakeLists.txt
  clang/include/clang/AST/JSONNodeDumper.h
  clang/lib/AST/JSONNodeDumper.cpp
  clang/utils/TableGen/ClangAttrEmitter.cpp
  clang/utils/TableGen/TableGen.cpp
  clang/utils/TableGen/TableGenBackends.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90221.300942.patch
Type: text/x-patch
Size: 6749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201027/e2768eb6/attachment.bin>


More information about the cfe-commits mailing list