]> granicus.if.org Git - clang/commit
Dump the value calculated by a constant expression when dumping the AST to JSON.
authorAaron Ballman <aaron@aaronballman.com>
Wed, 19 Jun 2019 19:12:22 +0000 (19:12 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 19 Jun 2019 19:12:22 +0000 (19:12 +0000)
commitd506f2ece4a020ba3eb92f2584dcbbc2924afa71
tree4e4042daa61205d60e59ef8d2a426b59566e3141
parent8972e2bb4435917fcca4cdf3e5a332f174d0c47c
Dump the value calculated by a constant expression when dumping the AST to JSON.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363866 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/JSONNodeDumper.h
lib/AST/JSONNodeDumper.cpp
test/AST/ast-dump-if-json.cpp
test/AST/ast-dump-stmt-json.cpp