zixuw added a comment.

With the PrintingPolicy fix in https://reviews.llvm.org/D135295 and landed USR 
fix, the diff within ExtractAPI tests is only the wording with anonymous enums, 
and we can drop the lit change:

  658c658
  <             "spelling": "(anonymous)"
  ---
  >             "spelling": "enum (unnamed)"
  661c661
  <         "title": "(anonymous)"
  ---
  >         "title": "enum (unnamed)"
  664c664
  <         "(anonymous)"
  ---
  >         "enum (unnamed)"
  706c706
  <         "(anonymous)",
  ---
  >         "enum (unnamed)",
  746c746
  <             "spelling": "(anonymous)"
  ---
  >             "spelling": "enum (unnamed)"
  749c749
  <         "title": "(anonymous)"
  ---
  >         "title": "enum (unnamed)"
  752c752
  <         "(anonymous)"
  ---
  >         "enum (unnamed)"
  794c794
  <         "(anonymous)",
  ---
  >         "enum (unnamed)",

@dang @QuietMisdreavus for this change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134813

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

Reply via email to