xbolva00 added a comment.

  void test() {
      int j = 0;
      for (int i = 0; i < 1000; i++)
              j++;
      return;
  }

Should not we warn in this case? (Currently no warning)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121715

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

Reply via email to