[cfe-dev] Microsoft vtordisp field support for clang.

r4start r4start at gmail.com
Mon Feb 6 03:04:56 PST 2012


Hi all.

This patch provide support for vtordisp fields.
About this hidden fields you can read here 
http://msdn.microsoft.com/ru-ru/library/453x4xdd.aspx .
By default Microsoft compiler set /vd1 option and this behavior is 
default in my patch.
In future I can add /vd0 and /vd2 options to clang if somebody can tell 
me how can I do this.
Also this patch contain bug fix for virtual base layout in MS mode.

Please review this patch as soon as possible.

  - Dmitry.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vtordisp.patch
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120206/a88af53f/attachment.ksh>


More information about the cfe-dev mailing list