]> granicus.if.org Git - clang/commit
[OPENMP] Exclude service expressions/statements from the list of
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 25 Jul 2018 17:27:45 +0000 (17:27 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 25 Jul 2018 17:27:45 +0000 (17:27 +0000)
commit9280a04746a98ebc1d45917ae030be9c06fa4f15
tree4aa52c8c53f5187b9ba419d739da46e4262e24ac
parent3334e9178a3382da8d7ba92c462d4be410772fe0
[OPENMP] Exclude service expressions/statements from the list of
the children.

Special internal helper expressions/statements for the OpenMP directives
should not be exposed as children, only the main substatement must be
represented as the child.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337941 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/StmtOpenMP.h
test/OpenMP/dump.cpp