[Openmp-dev] Mapping of a class

Itaru Kitayama via Openmp-dev openmp-dev at lists.llvm.org
Wed Aug 14 01:58:13 PDT 2019


Hi,
Can this class be mapped correctly?

class A {
const static var1 = 0;
..,
int var2 : 27;
};

I ask because XL doesn’t seem to be able to handle this kind of mapping.
While upstream Clang doesn’t complain at all, can I assume Clang is totally
ok with that?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/openmp-dev/attachments/20190814/d380e167/attachment.html>


More information about the Openmp-dev mailing list