================ @@ -378,6 +378,7 @@ struct SymbolInfo : public Info { std::optional<Location> DefLoc; // Location where this decl is defined. llvm::SmallVector<Location, 2> Loc; // Locations where this decl is declared. bool IsStatic = false; + SmallString<16> MangledName; ---------------- ilovepi wrote:
```suggestion llvm::SmallVector<Location, 2> Loc; // Locations where this decl is declared. SmallString<16> MangledName; bool IsStatic = false; ``` https://github.com/llvm/llvm-project/pull/148021 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits