================
@@ -362,6 +362,9 @@ struct FunctionInfo : public SymbolInfo {
   // specializations.
   SmallString<16> FullName;
 
+  // Function Prototype
+  SmallString<256> ProtoType;
----------------
petrhosek wrote:

This capitalization might imply that this is a type of proto(type), we also use 
"prototype" elsewhere.
```suggestion
  SmallString<256> Prototype;
```

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

Reply via email to