[PATCH] D56326: [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive

David Major via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 2 11:36:24 PDT 2019


dmajor added a comment.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: erik.pilkington.

While debugging something else, I noticed that with this patch, `Decl` now has 33 bits worth of bitfields, so it has gained an extra word. Is that ok? Just want to make sure it wasn't unintentional.


Repository:
  rC Clang

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

https://reviews.llvm.org/D56326





More information about the cfe-commits mailing list