[PATCH] D70119: Improve gen_ast_dump_json_test.py

2019-11-14 Thread Alexander Richardson via Phabricator via cfe-commits
arichardson marked 2 inline comments as done. arichardson added inline comments. Comment at: clang/test/AST/gen_ast_dump_json_test.py:3 +from __future__ import print_function from collections import OrderedDict aaron.ballman wrote: > Is this needed? I don't se

[PATCH] D70119: Improve gen_ast_dump_json_test.py

2019-11-14 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM aside from some nits. Thank you for this! Comment at: clang/test/AST/gen_ast_dump_json_test.py:3 +from __future__ import print_function from collections