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)
commite7b3b80fb1254d1599ed9add544a4cf045d7b588
tree76d50c571a8e21809c7033b76c955821540aa56a
parentbcc0cedf77054dc0ab7aac9d652118def4f5d8e7
When dumping the AST to JSON, dump the declared name of a MemberExpr operand.

llvm-svn: 361767
clang/lib/AST/JSONNodeDumper.cpp
clang/test/AST/ast-dump-expr-json.c
clang/test/AST/ast-dump-expr-json.cpp
clang/test/AST/ast-dump-stmt-json.cpp