chapuni added inline comments.

================
Comment at: clang-tools-extra/trunk/unittests/clangd/ClangdTests.cpp:123
+  TmpDirs.push_back(TmpDir1.str());
+  if (TmpDir2 != TmpDir2)
+    TmpDirs.push_back(TmpDir2.str());
----------------
Did you mean, "TmpDir1 != TmpDir2" ?
Fixed in r304067.


Repository:
  rL LLVM

https://reviews.llvm.org/D33416



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

Reply via email to