[PATCH] D72848: Remove some SVN-specific code.

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 17 01:14:39 PST 2020


hans added inline comments.


================
Comment at: clang/lib/Basic/Version.cpp:33
 #else
-  StringRef URL("");
+  return "";
 #endif
----------------
Eugene.Zelenko wrote:
> return {} should be better.
Why? I think "" is clearer for a string.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72848





More information about the cfe-commits mailing list