sfantao added inline comments.

================
Comment at: lib/Sema/SemaOpenMP.cpp:657
@@ -651,3 +656,3 @@
 
 bool Sema::IsOpenMPCapturedVar(VarDecl *VD) {
   assert(LangOpts.OpenMP && "OpenMP is not allowed");
----------------
Thanks Alexey, that works. The new patch uses what you are suggesting and 
updates the regression tests accordingly. 


http://reviews.llvm.org/D11395




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to