Skip to content
  1. Aug 10, 2018
    • Jonathan Peyton's avatar
      [OpenMP] Cleanup code · baad3f60
      Jonathan Peyton authored
      This patch cleans up unused functions, variables, sign compare issues, and
      addresses some -Warning flags which are now enabled including -Wcast-qual.
      Not all the warning flags in LibompHandleFlags.cmake are enabled, but some
      are with this patch.
      
      Some __kmp_gtid_from_* macros in kmp.h are switched to static inline functions
      which allows us to remove the awkward definition of KMP_DEBUG_ASSERT() and
      KMP_ASSERT() macros which used the comma operator. This had to be done for the
      innumerable -Wunused-value warnings related to KMP_DEBUG_ASSERT()
      
      Differential Revision: https://reviews.llvm.org/D49105
      
      llvm-svn: 339393
      baad3f60
  2. Aug 09, 2018
Loading