[Openmp-commits] [PATCH] D37275: Minor code cleanup of Klocwork issues

Terry Wilmarth via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 29 14:08:44 PDT 2017


tlwilmar created this revision.

Minor code cleanup of Klocwork issues.  Fatal messages are given no return attribute. Define and use KMP_NORETURN to work for multiple C++ versions.


Repository:
  rL LLVM

https://reviews.llvm.org/D37275

Files:
  runtime/src/kmp.h
  runtime/src/kmp_affinity.cpp
  runtime/src/kmp_affinity.h
  runtime/src/kmp_debug.cpp
  runtime/src/kmp_dispatch.cpp
  runtime/src/kmp_environment.cpp
  runtime/src/kmp_error.cpp
  runtime/src/kmp_i18n.cpp
  runtime/src/kmp_i18n.h
  runtime/src/kmp_itt.inl
  runtime/src/kmp_os.h
  runtime/src/kmp_runtime.cpp
  runtime/src/z_Linux_util.cpp
  runtime/src/z_Windows_NT_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37275.113154.patch
Type: text/x-patch
Size: 30147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170829/083fa0eb/attachment-0001.bin>


More information about the Openmp-commits mailing list