]> granicus.if.org Git - clang/commit
Print additional information on dependent scopes when dumping the AST to JSON.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 20 Jun 2019 18:55:53 +0000 (18:55 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 20 Jun 2019 18:55:53 +0000 (18:55 +0000)
commit3db793f094dbf5011594f5041f2be743dc931410
tree568a7caff207ea25f8b7f7f8acceb2655b665c48
parent058c0b96ab3794671b17a6c826c60310773df584
Print additional information on dependent scopes when dumping the AST to JSON.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363965 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/JSONNodeDumper.h
lib/AST/JSONNodeDumper.cpp
test/AST/ast-dump-stmt-json.cpp