]> granicus.if.org Git - clang/commit
[OPENMP] Added initial checking of nesting of OpenMP regions.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 24 Jun 2014 04:39:47 +0000 (04:39 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 24 Jun 2014 04:39:47 +0000 (04:39 +0000)
commitb5db1b77d8fa80c507665d4c5c3217b0e972d3ed
treee500ef9e4f132893325d8f81c0bb62fb7dc331f9
parentee28b09421d031c938fe1526bcbbabdf0bf96c59
[OPENMP] Added initial checking of nesting of OpenMP regions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211566 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaOpenMP.cpp
test/OpenMP/nesting_of_regions.cpp [new file with mode: 0644]