[llvm] r219442 - Add ApplePropertyString dump helper to Dwarf.{h|cpp}.
Rafael EspĂndola
rafael.espindola at gmail.com
Thu Oct 16 13:41:10 PDT 2014
> +/// ApplePropertyString - Return the string for the specified Apple
> +/// property bit. This function is meant to return the symbolic name
> +/// for 1 bit of the DW_AT_APPLE_property attribute, not for the whole attribute.
> +const char *ApplePropertyString(unsigned);
Please don't duplicate the name in the comment.
> +/// ApplePropertyString - Return the string for the specified Apple
> +/// property bit. This function is meant to return the symbolic name
> +/// for 1 bit of the DW_AT_APPLE_property attribute, not for the whole attribute.
> +const char *llvm::dwarf::ApplePropertyString(unsigned Prop) {
Or the entire comment in the .cpp.
Cheers,
Rafael
More information about the llvm-commits
mailing list