]> granicus.if.org Git - clang/commit
[OPENMP] Fixed incorrect work with cleanups, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 5 May 2015 09:24:37 +0000 (09:24 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 5 May 2015 09:24:37 +0000 (09:24 +0000)
commit0c62dcdda6a8536f48829b8f487c261331a5102a
treefca434e00f9a120c7aa4290859b1ed18eca50d0b
parentb4f24df6ba4478b8b0a011a8834834264f52364c
[OPENMP] Fixed incorrect work with cleanups, NFC.

Destructors are never called for cleanups, so we can't use SmallVector as a member.
Differential Revision: http://reviews.llvm.org/D9399

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236491 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp