[PATCH] D69204: [OpenMP 5.0] - Extend defaultmap

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 09:14:09 PST 2019


ABataev added a comment.

Also, one common comment. It would be good to reduce copy-paste in tests and just add some new lines of codes, not to repeat existing one.



================
Comment at: clang/test/OpenMP/target_defaultmap_messages.cpp:1
-// RUN: %clang_cc1 -verify -fopenmp %s -Wuninitialized
 
----------------
What about the testing for the previous version of OpenMP, 45?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69204/new/

https://reviews.llvm.org/D69204





More information about the cfe-commits mailing list