> > This is a known limitation of Clang. It does not attach comments to macros.
> > > Changing macro "intrinsics" into functions would be best. > Changing macro intrinsics into functions is more invasive change than adding comments. It will affect a wide audience and might take a while to get accepted. I prefer to complete submitting all the doxygen documentation (for all of the header files) first and change the macros into the functions later. http://reviews.llvm.org/D8762 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
