]> granicus.if.org Git - clang/commit
[OPENMP]Fix PR41617: crash on template instantiation.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 29 Apr 2019 15:51:36 +0000 (15:51 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 29 Apr 2019 15:51:36 +0000 (15:51 +0000)
commit5192e612264da0e1990e81920410da77a10fa43f
tree7eb9283bc40f59b2fa75c82018bf389c906c6207
parent91f21b447d4e34a0bd1b13489bfd3acd337e080b
[OPENMP]Fix PR41617: crash on template instantiation.

Fixed the crash on the template instantiation when trying to check the
data locality in the current instantiation scope.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359459 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOpenMP.cpp
test/OpenMP/critical_ast_print.cpp