[PATCH] D118598: [C++20][Modules][7/8] Find the primary interface name for a module.

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 17 23:04:53 PST 2022


ChuanqiXu added inline comments.


================
Comment at: clang/include/clang/Basic/Module.h:527
+    }
+    return StringRef(Name);
+  }
----------------
Here we could return `Name` simply.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118598



More information about the cfe-commits mailing list