[PATCH] D84005: Introduce ns_error_domain attribute.

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 29 06:57:07 PDT 2020


riccibruno added inline comments.


================
Comment at: clang/lib/Sema/SemaDeclAttr.cpp:3650
       S.Diag(Field->getLocation(),
              diag::warn_transparent_union_attribute_field_size_align)
           << isSize << *Field << FieldBits;
----------------
gribozavr2 wrote:
> Please use spaces instead of tabs.
Sorry about that, fixed in 517fe058d42a1f937e14de4b61a5ac2ad326c850


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84005/new/

https://reviews.llvm.org/D84005



More information about the cfe-commits mailing list