SureYeaah added inline comments.

================
Comment at: clang-tools-extra/clangd/unittests/TweakTests.cpp:329
       while(a < [[1]])
-        [[a++]];
+        a++;
       // do while
----------------
Change to a=[[1]];?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65337



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

Reply via email to