]> granicus.if.org Git - clang/commit
[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)
commit2688e5894f901b98369460f563614d2a4ee4bb0e
tree3736b664c7c7dd395eaf74cbb10faf8ce40d34f3
parentbf866b72fdc63b49095efee78e560a2c7c0ae529
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366357 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ParentMap.cpp
test/Analysis/openmp-unsupported.c