[OPENMP] Support dumping OpenMP specific constructs.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 31 Mar 2016 09:30:50 +0000 (09:30 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 31 Mar 2016 09:30:50 +0000 (09:30 +0000)
commit958b9e7e33b5db1acf3d5a026efe85abb6784ab7
treecc9e2a349d60b6ffb13d5183746dd51e7ea75d36
parent05968174c3c99b075dda38ff860d4ca8c4e7990e
[OPENMP] Support dumping OpenMP specific constructs.

Add proper dumping support for OpenMP declarations, directives and
clauses.

llvm-svn: 265004
clang/lib/AST/ASTDumper.cpp
clang/test/OpenMP/dump.cpp [new file with mode: 0644]