]> granicus.if.org Git - clang/commit
[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)
commit4364dc24d8492f0c312d05548acaefdef70b3653
tree9166bcedb6b125b524fe4b9965dec2499b7338cf
parent01680934f198be5ade4780acc37aa34a3e7e3ead
[OPENMP] Support dumping OpenMP specific constructs.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265004 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDumper.cpp
test/OpenMP/dump.cpp [new file with mode: 0644]