]> granicus.if.org Git - clang/commit
Print whether a generic selection expression is result dependent when dumping the...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 19 Jun 2019 20:16:55 +0000 (20:16 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 19 Jun 2019 20:16:55 +0000 (20:16 +0000)
commit529da857ce42fd45d73ec1386bec4c31662bde56
tree5a23cfed61671355bbab088524fa880d5689bbe0
parentf5b59624afffc62ade26a267dda77973ed12d7e6
Print whether a generic selection expression is result dependent when dumping the AST to JSON.

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