[PATCH] D77233: [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec.

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 13 06:25:23 PDT 2020


erik.pilkington accepted this revision.
erik.pilkington added a comment.
This revision is now accepted and ready to land.

LGTM (after fixing those tests). Thanks for cleaning this up!



================
Comment at: clang/tools/c-index-test/c-index-test.c:1107
         PRINT_PROP_ATTR(unsafe_unretained);
-        PRINT_PROP_ATTR(class);
+        PRINT_PROP_ATTR(classattr);
         printf("]");
----------------
Hm, looks like this change is breaking some CHECK lines in the indexer tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77233





More information about the cfe-commits mailing list