]> granicus.if.org Git - clang/commit
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)
commitca064d85f1099f8141fc4c85be139571ad3b1c06
treef7c0679d269e94e09bd1767383008206f66310c9
parent1b50f14e080d6ba12815e379b1ec18fbf991dfc4
When dumping the AST to JSON, dump whether a function is variadic or not.

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