Dump macro expansion information as needed when outputting the AST to JSON.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 20 May 2019 16:46:44 +0000 (16:46 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 20 May 2019 16:46:44 +0000 (16:46 +0000)
commit4d05a974b7f15b438cc39fb2b421e35ba6b378b1
tree9a93549effc21b6ad485dbed6eab9af5d04ee240
parenteee0f2330dcf80a395e23a803f5d102cb1d5c2cc
Dump macro expansion information as needed when outputting the AST to JSON.

llvm-svn: 361172
clang/include/clang/AST/JSONNodeDumper.h
clang/lib/AST/JSONNodeDumper.cpp
clang/test/AST/ast-dump-macro-json.c [new file with mode: 0644]