sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clangd/URI.cpp:134
 
+static bool IsValidScheme(llvm::StringRef Scheme) {
+  if (Scheme.empty())
----------------
nit: lowercase isValidScheme


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52455



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

Reply via email to