dang added inline comments.

================
Comment at: clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp:396
     break;
+  case APIRecord::RK_ObjCCategory:
+    Kind["identifier"] = AddLangPrefix("category");
----------------
Since we currently never actually emit a standalone category symbol object, 
should we not just label this as `llvm_unreachable` with a comment explaining 
why that is?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122774

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to