[PATCH] D28620: Guard __gnuc_va_list typedef

Yaron Keren via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 21 19:22:47 PST 2017


yaron.keren accepted this revision.
yaron.keren added a comment.
This revision is now accepted and ready to land.

LGTM, matches the code in libstdc++ stdarg,h. 
You can remove the 'hack' comment in line 46, __GNUC_VA_LIST is just a standard include guard for the typedef.


https://reviews.llvm.org/D28620





More information about the cfe-commits mailing list