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)
commit07e6da933049b7386e49df9417889fff8dbc058c
tree288bf5405b0769727ffd0e3c3594ffa4ca2058bf
parent3491119f9ba466ed871a789eb91e3b7577e36272
Print whether a generic selection expression is result dependent when dumping the AST to JSON.

llvm-svn: 363873
clang/include/clang/AST/JSONNodeDumper.h
clang/lib/AST/JSONNodeDumper.cpp
clang/test/AST/ast-dump-stmt-json.cpp