[PATCH] D40588: [OpenMP] Diagnose undeclared variables on declare target clause

Kelvin Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 13:50:25 PST 2017


kkwli0 added a comment.

The original case has the variables named "foo1" and foo2".  Using "foo1" or "foo2" causes the assert!  I update the description.


https://reviews.llvm.org/D40588





More information about the cfe-commits mailing list