Adding tests for -ast-dump; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 30 Nov 2018 15:11:16 +0000 (15:11 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 30 Nov 2018 15:11:16 +0000 (15:11 +0000)
commit7213cd14f59c5a9f474cb1a379905192b2d1ea7b
tree0a65f2d58a02c8d0a830513638d9b47160aa56ac
parent559592504481b7da75c9155e5fea1aaa894372b4
Adding tests for -ast-dump; NFC.

This adds tests for DeclStmt and demonstrates that we don't create such an AST node for global declarations currently.

llvm-svn: 347996
clang/test/Misc/ast-dump-decl-stmts.cpp [new file with mode: 0644]