[PATCH] D17629: [OpenMP] Fix parsing of delete map clause modifier in C++ mode.
Samuel Antao via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 25 17:29:28 PST 2016
sfantao created this revision.
sfantao added reviewers: ABataev, hfinkel, carlo.bertolli, arpith-jacob, kkwli0.
sfantao added subscribers: caomhin, fraggamuffin, cfe-commits.
The map modifier 'delete' is parser in c++ mode as a delete keyword, which requires special handling in the map clause parsing.
http://reviews.llvm.org/D17629
Files:
lib/Parse/ParseOpenMP.cpp
test/OpenMP/target_enter_data_map_messages.c
test/OpenMP/target_exit_data_ast_print.cpp
test/OpenMP/target_exit_data_map_messages.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17629.49130.patch
Type: text/x-patch
Size: 6442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160226/c8b11aef/attachment-0001.bin>
More information about the cfe-commits
mailing list