Re: r287025 - [OPENMP] Fix stack use after delete, NFC.

2016-11-15 Thread Vitaly Buka via cfe-commits
I've reverted them both to fix bots: https://reviews.llvm.org/D26720 On Tue, Nov 15, 2016 at 3:40 PM Vitaly Buka wrote: > With this patch it's "after-scope" instead of return but still there: > http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/650/steps/check-clang%20asan/logs

Re: r287025 - [OPENMP] Fix stack use after delete, NFC.

2016-11-15 Thread Vitaly Buka via cfe-commits
With this patch it's "after-scope" instead of return but still there: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/650/steps/check-clang%20asan/logs/stdio On Tue, Nov 15, 2016 at 1:07 PM Alexey Bataev via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: abataev >

r287025 - [OPENMP] Fix stack use after delete, NFC.

2016-11-15 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Tue Nov 15 14:57:18 2016 New Revision: 287025 URL: http://llvm.org/viewvc/llvm-project?rev=287025&view=rev Log: [OPENMP] Fix stack use after delete, NFC. Fixed possible use of stack variable after deletion. Modified: cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp Modified: cfe