]> granicus.if.org Git - clang/commit
Dump more information about expressions involving temporaries when dumping the AST...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 20 Jun 2019 16:22:35 +0000 (16:22 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 20 Jun 2019 16:22:35 +0000 (16:22 +0000)
commita1ea7f6e02e1f09cd2806ca3c8f6f0c6b676358a
tree9744df3ed6ca4746d985ae2bae6b56ecce639343
parent0b4099d3849be7f3a2c3197a5f4a80a5c5569051
Dump more information about expressions involving temporaries when dumping the AST to JSON.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363943 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/JSONNodeDumper.h
lib/AST/JSONNodeDumper.cpp
test/AST/ast-dump-decl-json.m
test/AST/ast-dump-stmt-json.m
test/AST/ast-dump-temporaries-json.cpp [new file with mode: 0644]