]> granicus.if.org Git - clang/commit
When dumping the AST to JSON, dump the declared name of a MemberExpr operand.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 27 May 2019 14:25:04 +0000 (14:25 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 27 May 2019 14:25:04 +0000 (14:25 +0000)
commit1b50f14e080d6ba12815e379b1ec18fbf991dfc4
tree458e0218f2c0f9445c78ab810de5fcc91793e54a
parentd735a572ccba3602067230d4c7b2f141dace72a0
When dumping the AST to JSON, dump the declared name of a MemberExpr operand.

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