LGTM.

================
Comment at: lib/Sema/SemaOpenMP.cpp:2386
@@ +2385,3 @@
+Expr *OpenMPIterationSpaceChecker::BuildPreCond(Scope *S, Expr *Cond) const {
+  // Try to build LB ><>=<= UB.
+  bool Suppress = SemaRef.getDiagnostics().getSuppressAllDiagnostics();
----------------
Cute, but more distracting than helpful. :)  Maybe "Try to build LB <op> UB, 
where <op> is <, >, <=, or >=."

http://reviews.llvm.org/D9103

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



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to