]> granicus.if.org Git - clang/commit
Print more type node information when dumping the AST to JSON.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 21 Jun 2019 16:06:09 +0000 (16:06 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 21 Jun 2019 16:06:09 +0000 (16:06 +0000)
commit4089ba457f8ba9db007b3bed0d5b6d92c78e1ab9
treeb5057ee21c639d857246d3aba798f08ddbedb642
parentcea41a9fb15eab9e38dceacedd63420ae4063ed0
Print more type node information when dumping the AST to JSON.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@364067 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/JSONNodeDumper.h
lib/AST/JSONNodeDumper.cpp
test/AST/ast-dump-types-json.cpp [new file with mode: 0644]