[Diffusion] rL240377: [OPENMP] Do not emit references to original variables in 'private' clause.

NAKAMURA Takumi geek4civic at gmail.com
Tue Jun 23 03:10:52 PDT 2015


/cfe/trunk/lib/Sema/SemaOpenMP.cpp:609 It causes a warning on i686-linux.

  clang/lib/Sema/SemaOpenMP.cpp:609:35: error: comparison of integers of different signs: 'typename iterator_traits<reverse_iterator<SharingMapTy *> >::difference_type' (aka 'int') and 'unsigned int' [-Werror,-Wsign-compare]

Tweaked in r240391. Could you confirm "Level" may be unsigned over there?

USERS
  ABataev (Author)

http://reviews.llvm.org/rL240377

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list