[PATCH] D105533: [clang] Fix an infinite loop during typo-correction

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 8 15:31:35 PDT 2021


dgoldman accepted this revision.
dgoldman added a comment.

Thanks! Just to confirm, the non-simplified example is also fixed, right?

  struct a {
    int xxx;
  };
  
  int g_107;
  int g_108;
  int g_109;
  
  struct a g_999;
  
  void b() { (g_910.xxx = g_910.xxx1); }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105533



More information about the cfe-commits mailing list