[llvm] Fix MSVC Demangling with auto NTTP mangled names for function pointer, pointer to data and integral types (PR #96590)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 07:33:54 PDT 2024


================
@@ -53,6 +53,18 @@ static bool consumeFront(std::string_view &S, std::string_view C) {
   return true;
 }
 
+static bool consumeFront(std::string_view &S, std::string_view CA,
----------------
zmodem wrote:

nit: I'm guessing the `C` in these parameter names is really for "character", based on the initial overload on line 42. Maybe we could find better names for the string_views (how about Prefix?)

https://github.com/llvm/llvm-project/pull/96590


More information about the llvm-commits mailing list