[PATCH] D19361: [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 27 13:33:45 PDT 2016
thakis added a subscriber: thakis.
thakis added a comment.
Thanks for the patch! To add to your proposed todo list (which sounds great): All these stack-using pragmas aren't serialized to pch files at the moment either. Maybe you want to work on that too (either serialize the stacks, or emit a warning if the stacks aren't completely popped at the end of the pch header).
http://reviews.llvm.org/D19361
More information about the cfe-commits
mailing list