[PATCH] [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.

John McCall rjmccall at gmail.com
Tue Mar 10 13:27:38 PDT 2015


You should generally not ignore surrounding expressions and statement in IRGen, and you *definitely* shouldn't IgnoreImplicit.  If you want to strip off ExprWithCleanups, you should check specifically for that.


http://reviews.llvm.org/D8200

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






More information about the cfe-commits mailing list