================
@@ -38,6 +38,28 @@ using namespace clang;
 
 #define DEBUG_TYPE "file-search"
 
+namespace {
+void NormalizeCacheKey(StringRef &Path, std::optional<std::string> &Storage) {
----------------
zwuis wrote:

And use `static` instead of anonymous namespaces.

https://llvm.org/docs/CodingStandards.html#restrict-visibility

https://github.com/llvm/llvm-project/pull/181306
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to