]> granicus.if.org Git - clang/commit
[OPENMP] Fix for PR34321: ustom OpenMP reduction in C++ template causes
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 25 Aug 2017 15:43:55 +0000 (15:43 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 25 Aug 2017 15:43:55 +0000 (15:43 +0000)
commit59be67ffd0b5894009ed82658eab7c91792114f5
tree3c076834f1144812c80e635bc1345855813f0fe4
parentb92a424f05b905b5b3c616066f1064b9aceaed22
[OPENMP] Fix for PR34321: ustom OpenMP reduction in C++ template causes
SEGFAULT at compile time

Compiler crashed when tried to rebuild non-template expression in
dependent context.

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