]> granicus.if.org Git - clang/commit
When dumping the AST to JSON, dump the argument name to a sizeof pack expression.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 27 May 2019 14:17:32 +0000 (14:17 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 27 May 2019 14:17:32 +0000 (14:17 +0000)
commitd735a572ccba3602067230d4c7b2f141dace72a0
tree10b150b6a11aac771acd196670e2a06f828ead56
parent5d49854a98fa2c929430c17207e290039be70e22
When dumping the AST to JSON, dump the argument name to a sizeof pack expression.

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