When dumping the AST to JSON, dump whether a function is variadic or not.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 27 May 2019 14:29:10 +0000 (14:29 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 27 May 2019 14:29:10 +0000 (14:29 +0000)
commit1b0ae8f05f1a5f701f14e19bee165ba93cd157ef
treeee59e22a1023c92579de852d4b2a766c81f30bb3
parente7b3b80fb1254d1599ed9add544a4cf045d7b588
When dumping the AST to JSON, dump whether a function is variadic or not.

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