[PATCH] D19382: [OpenMP] Improve mappable expressions Sema.

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 25 16:26:04 PDT 2016


sfantao marked an inline comment as done.

================
Comment at: lib/AST/OpenMPClause.cpp:546
@@ +545,3 @@
+  for (auto *D : Declarations) {
+    assert(
+        (!D || D->isCanonicalDecl()) &&
----------------
Ok, using canonical declarations now. 



http://reviews.llvm.org/D19382





More information about the cfe-commits mailing list