[OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 17 Jul 2019 18:03:39 +0000 (18:03 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 17 Jul 2019 18:03:39 +0000 (18:03 +0000)
commit48f5a43bcc3b128aca54b99b565595a5fa6ad166
treecf3b9a21568353265a5e339b659bc21bbba29c30
parentf90d3dff6edc906766cfe3196d6ac1b6d76e9c5a
[OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs.

Fixed processing of the CapturedStmt children to fix the crash of the
OpenMP constructs during analysis.

llvm-svn: 366357
clang/lib/AST/ParentMap.cpp
clang/test/Analysis/openmp-unsupported.c