[PATCH] D34667: [Demangler] [DO NOT SUBMIT] Initial patch for Microsoft demangler.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 11:32:47 PDT 2017


rnk added inline comments.


================
Comment at: llvm/lib/Demangle/MicrosoftDemangle.cpp:167
+
+  // Function or template parameters.
+  std::vector<struct Type *> params;
----------------
We will probably need to separate these for function templates.


https://reviews.llvm.org/D34667





More information about the llvm-commits mailing list