================
Comment at: lib/Basic/OpenMPKinds.cpp:63-64
@@ +62,4 @@
+    return "threadprivate or thread local";
+  default:
+    break;
+  }
----------------
Alexey Bataev wrote:
> Dmitri Gribenko wrote:
> > 'default' should not be needed -- here and in other functions in this file.
> There is NUM_OPENMP_CLAUSES, which is not covered. Should I include it 
> explicitly into the switch?
Oh, I see.  Then it is up to you -- I don't remember any precedents of doing it 
one way or another.


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

Reply via email to