================
@@ -209,6 +209,9 @@ struct TemplateSpecializationInfo {
 
   // Template parameters applying to the specialized record/function.
   std::vector<TemplateParamInfo> Params;
+
+  // Used to distinguish class specialization file names.
+  std::optional<SmallString<16>> MangledName;
----------------
ilovepi wrote:

can you just always use a mangled name for everything? for C mangling would 
just be the name, but for anything in C++, it'd get you a unique name. Seems 
reasonable to do unconditionally. WDYT?

https://github.com/llvm/llvm-project/pull/144617
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to